build docs

This commit is contained in:
cookfront
2017-03-22 17:06:04 +08:00
parent 9cfc1817e4
commit 7907d5d18b
8 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ module.exports = {
'zanui-examples': './docs/examples.js'
},
output: {
path: './docs/build/',
publicPath: '/docs/build/',
path: './docs/dist/',
publicPath: '/docs/dist/',
filename: '[name].js'
},
resolve: {