We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8595 commit ed8d63fCopy full SHA for ed8d63f
webpack.config.js
@@ -1,7 +1,7 @@
1
-/* global __dirname, require, module */
+/* eslint-env node */
2
3
-const path = require('path');
4
-const CleanWebpackPlugin = require('clean-webpack-plugin');
+const path = require('path')
+const CleanWebpackPlugin = require('clean-webpack-plugin')
5
6
module.exports = {
7
context: __dirname,
@@ -43,4 +43,4 @@ module.exports = {
43
performance: {
44
hints: false,
45
}
46
-};
+}
0 commit comments