@nutui/babel-plugin-separate-import
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -14,3 +14,3 @@ const {join} = require('path'); | ||
function genImportDeclaration(specifiers = [], opts) { | ||
const packagesPath = `${opts.libraryName}/dist/src/packages/`; | ||
const packagesPath = `${opts.libraryName}/dist/packages/`; | ||
return specifiers.reduce(function(newSpecifiers, curr) { | ||
@@ -17,0 +17,0 @@ const isLocale = isLocaleExtra(curr); |
{ | ||
"name": "@nutui/babel-plugin-separate-import", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "按需构建nutui2.0的组件,减小打包体积", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5897