build config
This commit is contained in:
@@ -10,4 +10,10 @@ config.output = {
|
||||
libraryTarget: 'umd'
|
||||
};
|
||||
|
||||
config.externals = {
|
||||
vue: 'Vue'
|
||||
};
|
||||
|
||||
delete config.devtool;
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user