Skip to content

Commit

Permalink
update: rename webpackJsonp function name
Browse files Browse the repository at this point in the history
  • Loading branch information
hucq committed Dec 4, 2018
1 parent b48a60b commit 1081232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ let baseWebpackConfig = {
target: require('mpvue-webpack-target'),
output: {
path: config.build.assetsRoot,
jsonpFunction: 'webpackJsonpMpvue',
filename: '[name].js',
publicPath: process.env.NODE_ENV === 'production'
? config.build.assetsPublicPath
Expand Down

0 comments on commit 1081232

Please sign in to comment.