webpack.config.js-使用babel-polyfill作为入口点 module.exports = { entry: { foo: [ 'core-js/fn/promise', <-- here './js/index.js' ] }, module: { rules: ...
確定! 回上一頁