build docs

This commit is contained in:
cookfront
2017-03-24 12:06:33 +08:00
parent 429e6e129a
commit c0f9eb012e
8 changed files with 19 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ module.exports = {
'zanui-examples': './docs/examples.js'
},
output: {
path: './docs/dist/',
path: path.join(__dirname, '../docs/dist'),
publicPath: '/vue/docs/dist/',
filename: '[name].js'
},