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 beec16f commit ff7718cCopy full SHA for ff7718c
build/webpack.example.prod.conf.js
@@ -27,7 +27,7 @@ module.exports = merge(baseWebpackConfig, {
27
},
28
devtool: '#source-map',
29
output: {
30
- path: path.resolve(__dirname, '..', `${isProduction ? './example/dist' : 'gh-pages'}`),
+ path: path.resolve(__dirname, '..', `${isProduction ? './example/dist' : 'gh-pages/vue-demonstration'}`),
31
publicPath: isProduction ? '/' : '/vue-demonstration',
32
filename: 'js/[name].[chunkhash].js'
33
0 commit comments