mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
chore: update
This commit is contained in:
parent
fac0313f89
commit
cdd451d158
@ -8,7 +8,9 @@ const babelOptions = {
|
||||
|
||||
module.exports = {
|
||||
mode: 'production',
|
||||
entry: path.resolve(__dirname, '../packages/element-plus/index.ts'),
|
||||
entry: {
|
||||
index: path.resolve(__dirname, '../packages/element-plus/index.ts'),
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, '../lib'),
|
||||
publicPath: '/',
|
||||
|
Loading…
Reference in New Issue
Block a user