index.js const module = 'Hello World' console.log(module) // webpack.config.js module.exports = { devtool: 'source-map', target: 'web', ...
確定! 回上一頁