Skip to content

Commit

Permalink
Remove core/promise to the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultzanini committed Oct 26, 2017
1 parent bbac455 commit 1077d96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ module.exports = {
context: __dirname,
devtool: debug ? "inline-sourcemap" : null,
entry: [
"./montage.js",
"./core/promise"
"./montage.js"
],
node: {
console: true,
Expand Down

0 comments on commit 1077d96

Please sign in to comment.