From 005d6e6cffb80a9d1e6fbb5a22af57ecb31ae559 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 16 Feb 2017 15:27:31 +0200 Subject: [PATCH] feature(webpack) promise -> polyfill --- webpack.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index ce71a6b3..1149d2ae 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -42,9 +42,7 @@ module.exports = { operation: `${dir}/operation.js`, konsole: `${dir}/konsole.js`, cloud: `${dir}/cloud.js`, - - promise: `${dirExternal}/promise-polyfill/promise.js`, - 'object.assign': `${dirExternal}/object.assign/dist/browser.js`, + polyfill: `${dir}/polyfill.js`, }, output: { filename: '[name].js',