We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68bd16 commit 527f943Copy full SHA for 527f943
1 file changed
test/configCases/plugins/banner-plugin-hashing/webpack.config.js
@@ -1,13 +1,14 @@
1
+"use strict";
2
+
3
const webpack = require("../../../../");
-const path = require("path");
4
5
module.exports = {
6
node: {
7
__dirname: false,
8
__filename: false
9
},
10
entry: {
- 'dist/banner': ["./index.js"],
11
+ "dist/banner": ["./index.js"],
12
vendors: ["./vendors.js"]
13
14
output: {
0 commit comments