build components

This commit is contained in:
cookfront 2017-03-09 21:02:54 +08:00
parent 4cc65f1fab
commit 0e5783cc80

View File

@ -5,6 +5,10 @@ delete config.devtool;
config.entry = Components;
config.externals = {
vue: 'vue'
};
config.output = {
path: './lib',
filename: '[name].js',