Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /