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 webpack = require("../../../../");
|
||||||
const path = require("path");
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
node: {
|
node: {
|
||||||
|
|
@ -7,7 +8,7 @@ module.exports = {
|
||||||
__filename: false
|
__filename: false
|
||||||
},
|
},
|
||||||
entry: {
|
entry: {
|
||||||
'dist/banner': ["./index.js"],
|
"dist/banner": ["./index.js"],
|
||||||
vendors: ["./vendors.js"]
|
vendors: ["./vendors.js"]
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue