From 1077d96d1d314b4716c1c6a2682cb5a2ac997caf Mon Sep 17 00:00:00 2001 From: Thibault Zanini Date: Thu, 26 Oct 2017 16:47:23 -0400 Subject: [PATCH] Remove core/promise to the build. --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index d58b9b469d..c29b64e3b0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,8 +6,7 @@ module.exports = { context: __dirname, devtool: debug ? "inline-sourcemap" : null, entry: [ - "./montage.js", - "./core/promise" + "./montage.js" ], node: { console: true,