mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-06 20:49:46 +08:00
build components
This commit is contained in:
parent
4cc65f1fab
commit
0e5783cc80
@ -5,6 +5,10 @@ delete config.devtool;
|
|||||||
|
|
||||||
config.entry = Components;
|
config.entry = Components;
|
||||||
|
|
||||||
|
config.externals = {
|
||||||
|
vue: 'vue'
|
||||||
|
};
|
||||||
|
|
||||||
config.output = {
|
config.output = {
|
||||||
path: './lib',
|
path: './lib',
|
||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user