vite-plugin-components
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.2.12](https://github.com/antfu/vite-plugin-components/compare/v0.2.11...v0.2.12) (2020-08-28) | ||
### [0.2.11](https://github.com/antfu/vite-plugin-components/compare/v0.2.10...v0.2.11) (2020-08-28) | ||
@@ -7,0 +9,0 @@ |
@@ -249,3 +249,2 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/constants.ts | ||
const info = this._componentNameMap[name]; | ||
console.log("info", info, excludePaths); | ||
if (info && !excludePaths.includes(info.path)) | ||
@@ -252,0 +251,0 @@ return info; |
{ | ||
"name": "vite-plugin-components", | ||
"description": "Components auto importing for Vite", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is not supported yet
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
28337
639