Just do npm install --save "babel-polyfill" and then add it as an entry point in your webpack.config.js: module.exports = { entry: ['babel- ...
確定! 回上一頁