Browse Source

Treat path as external dependency

semi-dynamic-namespace-imports
Bogdan Chadkin 9 years ago
parent
commit
edf132eecf
  1. 5
      rollup.config.js

5
rollup.config.js

@ -36,7 +36,10 @@ export default {
values: { 'VERSION': pkg.version }
})
],
external: [ 'fs' ],
external: [
'fs',
'path'
],
banner: banner,
sourceMap: true,
moduleName: 'rollup',

Loading…
Cancel
Save