@nutui/babel-plugin-separate-import
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -61,4 +61,4 @@ const {join} = require('path'); | ||
const {style} = opts; | ||
if(style) opts.style = style === 'scss'? 'scss': 'css'; | ||
const {node} = path; | ||
opts.style = style === 'scss'? 'scss': 'css'; | ||
if(!node.source) return; | ||
@@ -65,0 +65,0 @@ const {value} = node.source; |
{ | ||
"name": "@nutui/babel-plugin-separate-import", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"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
7498
70