Skip to content

Commit

Permalink
Remove accidental filename setting which wasn't needed and was breaki…
Browse files Browse the repository at this point in the history
…ng test
  • Loading branch information
Jason Milloff committed Mar 5, 2018
1 parent 57c6c43 commit 1181c0e
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1,7 +1,6 @@
module.exports = {
devtool: "source-map",
output: {
filename: "MyLibrary.[name].js",
library: ["Foo", "[name]"]
}
};

0 comments on commit 1181c0e

Please sign in to comment.