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',