const path = require('path'); module.exports = { entry: ['./index.js', './app.jsx'], output: { filename: 'bundle.js', ...
確定! 回上一頁