From 72d3311abd0930988d169e7e2ce6f01b21758a67 Mon Sep 17 00:00:00 2001 From: zazzaz Date: Fri, 16 Oct 2020 14:33:43 +0800 Subject: [PATCH] build: rename lib --- build/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.config.js b/build/webpack.config.js index 23d33667aa..9798ecbfdf 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -15,7 +15,7 @@ module.exports = { filename: 'index.js', libraryTarget: 'umd', libraryExport: 'default', - library: 'ELEMENT_PLUS', + library: 'ElementPlus', umdNamedDefine: true, }, stats: 'verbose',