removed single quotes

This commit is contained in:
Travis Matthews 2017-04-19 09:28:25 -04:00
parent c68bd16b26
commit 527f9434f7
1 changed files with 3 additions and 2 deletions

View File

@ -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: {