From 006fcaa511cc3ea6f4a360f6bb42c4f0a043fd94 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 18 Oct 2019 18:49:35 +0200 Subject: [PATCH] :paperclip: Minor changes on rollup config. --- frontend/vendor/rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({