Skip to content

Commit 1081232

Browse files
committed
update: rename webpackJsonp function name
1 parent b48a60b commit 1081232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/build/webpack.base.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ let baseWebpackConfig = {
3636
target: require('mpvue-webpack-target'),
3737
output: {
3838
path: config.build.assetsRoot,
39+
jsonpFunction: 'webpackJsonpMpvue',
3940
filename: '[name].js',
4041
publicPath: process.env.NODE_ENV === 'production'
4142
? config.build.assetsPublicPath

0 commit comments

Comments
 (0)