diff --git a/es-dev-server.config.js b/es-dev-server.config.js index 4fab4547..7849a363 100644 --- a/es-dev-server.config.js +++ b/es-dev-server.config.js @@ -9,6 +9,6 @@ module.exports = { moduleDirs: ['./node_modules'], compatibility: 'none', plugins: [ - wrapRollupPlugin(commonjs()) + wrapRollupPlugin(commonjs({exclude: ['src/editor/system', 'dist/editor/system/**']})) // excluding transformation of the systemJS bundle ] };