unplugin-auto-import
Advanced tools
Comparing version 0.1.5 to 0.1.6
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js'); | ||
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js'); | ||
require('./chunk-U6Z5VRX4.js'); | ||
exports.default = _chunk4DE7XTP3js.src_default; | ||
exports.default = _chunkG7WHTJIFjs.src_default; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js'); | ||
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js'); | ||
require('./chunk-U6Z5VRX4.js'); | ||
@@ -11,7 +11,7 @@ | ||
config.plugins = config.plugins || []; | ||
config.plugins.unshift(_chunk4DE7XTP3js.src_default.webpack(options)); | ||
config.plugins.unshift(_chunkG7WHTJIFjs.src_default.webpack(options)); | ||
}); | ||
this.nuxt.hook("vite:extend", async (vite) => { | ||
vite.config.plugins = vite.config.plugins || []; | ||
vite.config.plugins.push(_chunk4DE7XTP3js.src_default.vite(options)); | ||
vite.config.plugins.push(_chunkG7WHTJIFjs.src_default.vite(options)); | ||
}); | ||
@@ -18,0 +18,0 @@ } |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js'); | ||
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js'); | ||
require('./chunk-U6Z5VRX4.js'); | ||
// src/rollup.ts | ||
var rollup_default = _chunk4DE7XTP3js.src_default.rollup; | ||
var rollup_default = _chunkG7WHTJIFjs.src_default.rollup; | ||
@@ -9,0 +9,0 @@ |
@@ -35,2 +35,8 @@ import { Arrayable } from '@antfu/utils'; | ||
/** | ||
* Allow overriding imports sources from multiple presets. | ||
* | ||
* @default false | ||
*/ | ||
presetOverriding?: boolean; | ||
/** | ||
* Rules to include transforming target. | ||
@@ -37,0 +43,0 @@ * |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js'); | ||
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js'); | ||
require('./chunk-U6Z5VRX4.js'); | ||
// src/vite.ts | ||
var vite_default = _chunk4DE7XTP3js.src_default.vite; | ||
var vite_default = _chunkG7WHTJIFjs.src_default.vite; | ||
@@ -9,0 +9,0 @@ |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js'); | ||
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js'); | ||
require('./chunk-U6Z5VRX4.js'); | ||
// src/webpack.ts | ||
var webpack_default = _chunk4DE7XTP3js.src_default.webpack; | ||
var webpack_default = _chunkG7WHTJIFjs.src_default.webpack; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "unplugin-auto-import", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Register global imports on demand for Vite and Webpack", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29800
766
0
1