From 6b529f138b9688a55b0f4075657ff277ea991a3f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 30 Mar 2021 09:47:50 +0300 Subject: add missing core-js polyfills --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index d25bff51..c4fa2913 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,7 +19,7 @@ module.exports = (env, argv) => { module: { rules: [{ test: /\.js$/, - exclude: /node_modules/, + exclude: /@babel(?:\/|\\{1,2})runtime|core-js/, loader: 'babel-loader' }] }, -- cgit v1.2.3