public', filename: "bundle.js" }, module: { loaders: [{ test: /\.jsx?$/, loader: 'babel' }] } }; With this configuration in place, you can run webpack –p to ...
確定! 回上一頁