aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-03-06 08:55:02 +0300
committerGravatar Vitaly Takmazov2023-03-06 09:27:14 +0300
commitca9b2565e5e880fdc551341df92f15f33434a7c8 (patch)
treeb5d6481485a7ad7fe6eb107455d066dddb26faea /webpack.config.js
parentadf0f97931e06a2b9ce55b5e0b1106c62dbd9b38 (diff)
vnext: postcss-loader
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index cd77fb53..0cf69606 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -1,3 +1,5 @@
+/* eslint-disable @typescript-eslint/no-var-requires */
+
const ESLintPlugin = require('eslint-webpack-plugin');
const CopyPlugin = require('copy-webpack-plugin');
const TerserPlugin = require('terser-webpack-plugin');