webpack.config.js var path = require('path') module.exports = { entry: ['./src/index'], // 在index 檔案後的.js 副檔名是可選的 output: { path: ...
確定! 回上一頁