@nutui/babel-plugin-separate-import
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -5,3 +5,3 @@ const {join} = require('path'); | ||
const isLocaleExtra = curr => ~['locale', 'i18n'].indexOf(curr); | ||
const isExportFuncExtra = curr => ~['dialog', 'toast', 'flex', 'steps'].indexOf(curr); | ||
const isExportFuncExtra = curr => ~['dialog', 'toast', 'flex', 'steps', 'skeleton'].indexOf(curr); | ||
@@ -8,0 +8,0 @@ /** |
{ | ||
"name": "@nutui/babel-plugin-separate-import", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "按需构建nutui2.0的组件,减小打包体积", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5910