diff --git a/rollup.config.js b/rollup.config.js index 0e33547bfa2..9b18e62e830 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -39,9 +39,11 @@ export default { ], external: [ 'fs', - 'path' + 'path', + 'events', + 'module' ], - banner: banner, + banner, sourceMap: true, moduleName: 'rollup', targets: [