aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index 16e5a135..47bf98f9 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -5,7 +5,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const TerserPlugin = require('terser-webpack-plugin');
-module.exports = (env, argv) => {
+module.exports = () => {
const node_env = process.env.NODE_ENV ? process.env.NODE_ENV : 'development';
const dev = node_env !== 'production';
const config = {