From b9bd03929b4fb93591ac7eae0bc02d3a18ebb639 Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Tue, 23 Aug 2022 00:29:04 +0300 Subject: [PATCH] rm unused code --- webpack.config.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 90fa76f..811aa0f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -61,19 +61,6 @@ export default () => { }, ], }, - /** - * https://github.com/webpack/webpack/issues/11467#issuecomment-691873586 - */ - // { - // test: /\.m?js/, - // type: "javascript/auto", - // }, - // { - // test: /\.m?js/, - // resolve: { - // fullySpecified: false, - // }, - // }, { test: /\.js$/, exclude: /(node_modules|bower_components)/,