ouput.jsonpFunction
1.webpack版本:v4.41.2
2.作用:用来按需加载chunk的JSONP函数
3.使用:如果在同一网页中使用了多个(来自不同编译过程(compilation)的)webpack runtime,则需要修改此选项
output: { path: path.resolve(__dirname, 'dist/dist/client/'), publicPath: IS_DEV ? '' : `//${process.env.BUILD_HOST}.51.la/dist/`, filename: 'heatmapDraw.js', jsonpFunction: 'wpJsonp51LAHeatmapTool' },
浙公网安备 33010602011771号