Looks like I just needed to add source mapping: devtool: 'source-map' module.exports = { devtool: 'source-map', entry: './src/js/main.js', ...
確定! 回上一頁