mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Build] use es entry file (#1108)
This commit is contained in:
parent
a9bd779143
commit
249e2400a3
@ -7,7 +7,7 @@ delete config.serve;
|
||||
module.exports = Object.assign(config, {
|
||||
mode: 'production',
|
||||
entry: {
|
||||
'vant': './packages/index.js'
|
||||
'vant': './es/index.js'
|
||||
},
|
||||
output: {
|
||||
path: path.join(__dirname, '../lib'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user