mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(webpack) promise -> polyfill
This commit is contained in:
parent
19bb696722
commit
005d6e6cff
1 changed files with 1 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue