diff --git a/wax-prosemirror-core/rollup.config.js b/wax-prosemirror-core/rollup.config.js index 75420ecf43a5e03dadc232433c1de8ad694f0e67..fa5a09115e6b27db94ac4ae15eece8ee3c8f3a2e 100644 --- a/wax-prosemirror-core/rollup.config.js +++ b/wax-prosemirror-core/rollup.config.js @@ -26,10 +26,9 @@ export default { 'babel-plugin-parameter-decorator', ], exclude: 'node_modules/**', - // babelHelpers: true, }), commonjs(), - // terser(), + terser(), ], external: [], }; diff --git a/wax-prosemirror-services/rollup.config.js b/wax-prosemirror-services/rollup.config.js index b8083664418aedbf572b23159b9b7349fa800dd7..7c3ad593f6ae8f9ed774cac252417172b22112c5 100644 --- a/wax-prosemirror-services/rollup.config.js +++ b/wax-prosemirror-services/rollup.config.js @@ -32,7 +32,6 @@ export default { 'babel-plugin-parameter-decorator', ], exclude: 'node_modules/**', - // runtimeHelpers: true, }), commonjs(), terser(), diff --git a/wax-questions-service/rollup.config.js b/wax-questions-service/rollup.config.js index dc2af469e08b1a03b6f58ce7c782c52888c7a4b5..0b98ce019568360785e09e5cb5f8276ca82efa30 100644 --- a/wax-questions-service/rollup.config.js +++ b/wax-questions-service/rollup.config.js @@ -32,7 +32,6 @@ export default { 'babel-plugin-parameter-decorator', ], exclude: 'node_modules/**', - // runtimeHelpers: true, }), commonjs(), terser(), diff --git a/wax-table-service/rollup.config.js b/wax-table-service/rollup.config.js index db77f8a6d9c1e5dc524570ed039773a0d33ec7cf..535c14a2dfaef2d4f6cb031d869f8292451b1218 100644 --- a/wax-table-service/rollup.config.js +++ b/wax-table-service/rollup.config.js @@ -32,7 +32,6 @@ export default { 'babel-plugin-parameter-decorator', ], exclude: 'node_modules/**', - // runtimeHelpers: true, }), commonjs(), terser(),