aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack/webpack.prod.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack/webpack.prod.js')
-rw-r--r--webpack/webpack.prod.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack/webpack.prod.js b/webpack/webpack.prod.js
index 65be616f..fe935af8 100644
--- a/webpack/webpack.prod.js
+++ b/webpack/webpack.prod.js
@@ -1,3 +1,4 @@
+/* eslint-disable @typescript-eslint/no-var-requires */
const merge = require('webpack-merge');
const common = require('./webpack.common.js');