Try: new webpack.SourceMapDevToolPlugin({ filename: "[file].map", exclude: ["vendors.js"] }) instead devtool: 'source-map',.
確定! 回上一頁