diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/server/webpack.config.js | 2 | ||||
-rw-r--r-- | vnext/webpack.config.js | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vnext/server/webpack.config.js b/vnext/server/webpack.config.js index 77a86abd..9ffb3360 100644 --- a/vnext/server/webpack.config.js +++ b/vnext/server/webpack.config.js @@ -1,5 +1,3 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ - const ESLintPlugin = require('eslint-webpack-plugin') const TerserPlugin = require('terser-webpack-plugin') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 241cc431..810a63bd 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -1,5 +1,3 @@ -/* eslint-disable @typescript-eslint/no-var-requires */ - const ESLintPlugin = require('eslint-webpack-plugin') const HtmlWebpackPlugin = require('html-webpack-plugin') const MiniCssExtractPlugin = require('mini-css-extract-plugin') |