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 7e5737f commit edda77cCopy full SHA for edda77c
examples/vue-router/nuxt.config.js
@@ -40,7 +40,7 @@ export default {
40
}
41
],
42
webpackExtend (config) {
43
- config.output.plugins.push(new WebpackDynamicPublicPathPlugin({
+ config.plugins.push(new WebpackDynamicPublicPathPlugin({
44
externalPublicPath: 'window.cutomPublicPath'
45
}));
46
return config;
@@ -56,7 +56,7 @@ export default {
56
57
58
59
60
61
62
0 commit comments