unplugin-vue-components
Advanced tools
Comparing version 0.17.8 to 0.17.9
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js'); | ||
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js'); | ||
@@ -16,2 +16,2 @@ | ||
exports.camelCase = _chunkVGL64D3Tjs.camelCase; exports.default = _chunkTFMUKG5Vjs.unplugin_default; exports.kebabCase = _chunkVGL64D3Tjs.kebabCase; exports.pascalCase = _chunkVGL64D3Tjs.pascalCase; | ||
exports.camelCase = _chunkVGL64D3Tjs.camelCase; exports.default = _chunkCB6M22NEjs.unplugin_default; exports.kebabCase = _chunkVGL64D3Tjs.kebabCase; exports.pascalCase = _chunkVGL64D3Tjs.pascalCase; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js'); | ||
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js'); | ||
require('./chunk-VGL64D3T.js'); | ||
@@ -12,7 +12,7 @@ require('./chunk-GGNOJ77I.js'); | ||
config.plugins = config.plugins || []; | ||
config.plugins.unshift(_chunkTFMUKG5Vjs.unplugin_default.webpack(options)); | ||
config.plugins.unshift(_chunkCB6M22NEjs.unplugin_default.webpack(options)); | ||
}); | ||
this.nuxt.hook("vite:extend", async (vite) => { | ||
vite.config.plugins = vite.config.plugins || []; | ||
vite.config.plugins.push(_chunkTFMUKG5Vjs.unplugin_default.vite(options)); | ||
vite.config.plugins.push(_chunkCB6M22NEjs.unplugin_default.vite(options)); | ||
}); | ||
@@ -19,0 +19,0 @@ } |
@@ -113,2 +113,8 @@ import { ComponentResolver, ComponentResolveResult, UILibraryOptions, ComponentResolverObject } from './types'; | ||
/** | ||
* exclude components that do not require automatic import | ||
* | ||
* @default [] | ||
*/ | ||
exclude?: string[]; | ||
/** | ||
* import style along with components | ||
@@ -119,3 +125,3 @@ */ | ||
/** | ||
* Resolver for `@idux/cdk` and `@idux/components` | ||
* Resolver for `@idux/cdk`, `@idux/components` and ``@idux/pro`` | ||
* | ||
@@ -122,0 +128,0 @@ * @link https://idux.site |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js'); | ||
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js'); | ||
require('./chunk-VGL64D3T.js'); | ||
@@ -9,3 +9,3 @@ require('./chunk-GGNOJ77I.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunkTFMUKG5Vjs.unplugin_default.rollup; | ||
var rollup_default = _chunkCB6M22NEjs.unplugin_default.rollup; | ||
@@ -12,0 +12,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js'); | ||
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js'); | ||
require('./chunk-VGL64D3T.js'); | ||
@@ -9,3 +9,3 @@ require('./chunk-GGNOJ77I.js'); | ||
// src/vite.ts | ||
var vite_default = _chunkTFMUKG5Vjs.unplugin_default.vite; | ||
var vite_default = _chunkCB6M22NEjs.unplugin_default.vite; | ||
@@ -12,0 +12,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkTFMUKG5Vjs = require('./chunk-TFMUKG5V.js'); | ||
var _chunkCB6M22NEjs = require('./chunk-CB6M22NE.js'); | ||
require('./chunk-VGL64D3T.js'); | ||
@@ -9,3 +9,3 @@ require('./chunk-GGNOJ77I.js'); | ||
// src/webpack.ts | ||
var webpack_default = _chunkTFMUKG5Vjs.unplugin_default.webpack; | ||
var webpack_default = _chunkCB6M22NEjs.unplugin_default.webpack; | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "unplugin-vue-components", | ||
"version": "0.17.8", | ||
"version": "0.17.9", | ||
"description": "Components auto importing for Vue", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/antfu/unplugin-vue-components", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
216659
6243