vite-plugin-components
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -26,2 +26,3 @@ import { Plugin } from 'vite'; | ||
export { Options, VitePluginComponents }; | ||
export default VitePluginComponents; | ||
export { Options }; |
@@ -151,4 +151,5 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/constants.ts | ||
} | ||
var src_default = VitePluginComponents; | ||
exports.VitePluginComponents = VitePluginComponents; | ||
exports.default = src_default; |
{ | ||
"name": "vite-plugin-components", | ||
"description": "Components auto importing for Vite", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"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
13245
314