diff --git a/frontend/vendor/rollup.config.js b/frontend/vendor/rollup.config.js index 693b3c604..61cd38bd3 100644 --- a/frontend/vendor/rollup.config.js +++ b/frontend/vendor/rollup.config.js @@ -17,8 +17,8 @@ const plugins = [ resolve({ mainFields: ['module', 'main'], - // preferBuiltins: false, - browser: true + preferBuiltins: true, + browser: true, }), commonjs({