mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: update
This commit is contained in:
@@ -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: '/',
|
||||
|
||||
Reference in New Issue
Block a user