Skip to content

Commit ff7718c

Browse files
author
savoygu
committed
Update webpack.prod.config.js
1 parent beec16f commit ff7718c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.example.prod.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = merge(baseWebpackConfig, {
2727
},
2828
devtool: '#source-map',
2929
output: {
30-
path: path.resolve(__dirname, '..', `${isProduction ? './example/dist' : 'gh-pages'}`),
30+
path: path.resolve(__dirname, '..', `${isProduction ? './example/dist' : 'gh-pages/vue-demonstration'}`),
3131
publicPath: isProduction ? '/' : '/vue-demonstration',
3232
filename: 'js/[name].[chunkhash].js'
3333
},

0 commit comments

Comments
 (0)