output.path 是绝对路径,代表打包后你想要放到哪个目录下。 webpack.config.js const config = { output: { filename: 'bundle.js', path: '/home/ ...
確定! 回上一頁