webpack.config.js module.exports ={ entry:'./path/to/my/entry/file.js', output:{ path: path.resolve(__dirname,'dist'), ...
確定! 回上一頁