Added putputs for client and server

This commit is contained in:
euvl
2017-06-20 03:39:15 +01:00
parent 44cb64babc
commit dcf3291623
9 changed files with 74 additions and 1060 deletions

View File

@@ -37,7 +37,7 @@ module.exports = {
resolve: {
alias: {
'vue$': 'vue/dist/vue.esm.js',
'plugin': path.resolve(__dirname, "../dist/index.js")
'plugin': path.resolve(__dirname, "../dist/client.index.js")
}
},
devServer: {