chore: update

This commit is contained in:
zazzaz 2020-09-15 16:33:36 +08:00 committed by hangzou
parent fac0313f89
commit cdd451d158

View File

@ -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: '/',