Browse Source

fix build config

better-aggressive
Rich Harris 9 years ago
parent
commit
ca5e7acbec
  1. 1
      rollup.config.browser.js
  2. 3
      rollup.config.js

1
rollup.config.browser.js

@ -1,3 +1,4 @@
import { readFileSync } from 'fs';
import config from './rollup.config.js'; import config from './rollup.config.js';
config.plugins.push({ config.plugins.push({

3
rollup.config.js

@ -39,5 +39,6 @@ export default {
], ],
external: [ 'fs' ], external: [ 'fs' ],
banner: banner, banner: banner,
sourceMap: true sourceMap: true,
moduleName: 'rollup'
}; };

Loading…
Cancel
Save