mirror of https://github.com/webpack/webpack.git
removed single quotes
This commit is contained in:
parent
c68bd16b26
commit
527f9434f7
|
|
@ -1,5 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
const webpack = require("../../../../");
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
node: {
|
||||
|
|
@ -7,7 +8,7 @@ module.exports = {
|
|||
__filename: false
|
||||
},
|
||||
entry: {
|
||||
'dist/banner': ["./index.js"],
|
||||
"dist/banner": ["./index.js"],
|
||||
vendors: ["./vendors.js"]
|
||||
},
|
||||
output: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue