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 f9f8b47 commit 28b5be0Copy full SHA for 28b5be0
index.js
@@ -105,6 +105,8 @@ module.exports = (api, options) => {
105
}
106
// Set the base url so that the app protocol is used
107
options.baseUrl = pluginOptions.noAppProtocol ? './' : 'app://./'
108
+ // Set publicPath as well (replaced baseUrl since @vue/cli 3.3.0)
109
+ options.publicPath = pluginOptions.noAppProtocol ? './' : 'app://./'
110
info('Bundling render process:')
111
// Build the render process with the custom args
112
await api.service.run('build', vueArgs)
0 commit comments