Skip to content

Commit

Permalink
removed single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Travmatth committed Apr 19, 2017
1 parent c68bd16 commit 527f943
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
"use strict";

const webpack = require("../../../../");
const path = require("path");

module.exports = {
node: {
__dirname: false,
__filename: false
},
entry: {
'dist/banner': ["./index.js"],
"dist/banner": ["./index.js"],
vendors: ["./vendors.js"]
},
output: {
Expand Down

0 comments on commit 527f943

Please sign in to comment.