From ca9b2565e5e880fdc551341df92f15f33434a7c8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 6 Mar 2023 08:55:02 +0300 Subject: vnext: postcss-loader --- webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webpack.config.js') 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'); -- cgit v1.2.3