build config

This commit is contained in:
cookfront
2017-02-26 13:34:49 +08:00
parent 7bfc4f4323
commit fc572191cd
4 changed files with 40 additions and 7 deletions

View File

@@ -10,4 +10,10 @@ config.output = {
libraryTarget: 'umd'
};
config.externals = {
vue: 'Vue'
};
delete config.devtool;
module.exports = config;