From cdd451d158b3c982978daa3ef8d7b2e70abb1842 Mon Sep 17 00:00:00 2001 From: zazzaz Date: Tue, 15 Sep 2020 16:33:36 +0800 Subject: [PATCH] chore: update --- build/webpack.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/webpack.config.js b/build/webpack.config.js index 161dbc8811..c1067cfd52 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -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: '/',