From 0121e2dd9093007315382aa505e563675a8d5112 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 10 Dec 2020 21:05:02 +0300 Subject: scripts: do not import modules twice --- webpack.config.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 77844515..1d5f722b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -21,8 +21,6 @@ module.exports = (env, argv) => { 'core-js/modules/es.symbol', 'core-js/modules/es.weak-map', 'core-js/modules/web.dom-collections.iterator', - 'url-polyfill', - 'whatwg-fetch', __dirname + '/src/main/assets/scripts.js', __dirname + '/src/main/assets/style.css', require.resolve('evil-icons/assets/sprite.svg'), -- cgit v1.2.3