Skip to content

Commit 51747c1

Browse files
committed
Fix the web extension
1 parent f64662d commit 51747c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable @typescript-eslint/no-var-requires */
1+
/* eslint-disable @typescript-eslint/no-require-imports */
22
const { merge } = require('webpack-merge');
33
const common = require('./webpack.common.js');
44
const webpack = require('webpack');

0 commit comments

Comments
 (0)