Commit 6eabe6c2 by Dominik Prokop Committed by GitHub

grafana-ui: Make output chunks correct (#25922)

parent 38cb3f2c
......@@ -13,12 +13,13 @@ const buildCjsPackage = ({ env }) => {
input: `compiled/index.js`,
output: [
{
file: `dist/index.${env}.js`,
dir: 'dist',
name: libraryName,
format: 'cjs',
sourcemap: true,
strict: false,
exports: 'named',
chunkFileNames: `[name].${env}.js`,
globals: {
react: 'React',
'prop-types': 'PropTypes',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment