feat(cli): add namedExport option (#8495)
* feat(cli): add exportMode option * feat(cli): rename exportMode to namedExport
This commit is contained in:
@@ -2,6 +2,7 @@ module.exports = {
|
||||
name: 'vant',
|
||||
build: {
|
||||
srcDir: 'src',
|
||||
namedExport: true,
|
||||
skipInstall: ['lazyload'],
|
||||
site: {
|
||||
publicPath:
|
||||
|
||||
Reference in New Issue
Block a user