We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dd825 commit abba817Copy full SHA for abba817
webpack.config.js
@@ -6,7 +6,7 @@ const HtmlConfig = require(path.join(__dirname, 'html.config'));
6
const CleanPlugin = require('clean-webpack-plugin');
7
const os = require('os');
8
const ESLintPlugin = require('eslint-webpack-plugin');
9
-import TerserPlugin from 'terser-webpack-plugin';
+const TerserPlugin = require('terser-webpack-plugin');
10
11
const deploy = path.join(__dirname, 'deploy');
12
0 commit comments