Skip to content

Commit 527f943

Browse files
committed
removed single quotes
1 parent c68bd16 commit 527f943

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/configCases/plugins/banner-plugin-hashing/webpack.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
"use strict";
2+
13
const webpack = require("../../../../");
2-
const path = require("path");
34

45
module.exports = {
56
node: {
67
__dirname: false,
78
__filename: false
89
},
910
entry: {
10-
'dist/banner': ["./index.js"],
11+
"dist/banner": ["./index.js"],
1112
vendors: ["./vendors.js"]
1213
},
1314
output: {

0 commit comments

Comments
 (0)