From 17e4396c78c271ec180843b285ee9e624146dcc4 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Thu, 27 Dec 2018 20:41:27 +0800 Subject: [PATCH] fix: uni-ui=>@dcloudio/uni-ui --- template/common/babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/common/babel.config.js b/template/common/babel.config.js index 9642c20..822747b 100644 --- a/template/common/babel.config.js +++ b/template/common/babel.config.js @@ -1,5 +1,5 @@ const plugins = [] -process.UNI_LIBRARIES = process.UNI_LIBRARIES || ['uni-ui'] +process.UNI_LIBRARIES = process.UNI_LIBRARIES || ['@dcloudio/uni-ui'] process.UNI_LIBRARIES.forEach(libraryName => { plugins.push([ 'import',