We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48a60b commit 1081232Copy full SHA for 1081232
template/build/webpack.base.conf.js
@@ -36,6 +36,7 @@ let baseWebpackConfig = {
36
target: require('mpvue-webpack-target'),
37
output: {
38
path: config.build.assetsRoot,
39
+ jsonpFunction: 'webpackJsonpMpvue',
40
filename: '[name].js',
41
publicPath: process.env.NODE_ENV === 'production'
42
? config.build.assetsPublicPath
0 commit comments