vite-plugin-components
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -615,4 +615,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }var __create = Object.create; | ||
this._server = server; | ||
const { globs, dirs } = this.options; | ||
server.watcher.add(dirs); | ||
const { globs } = this.options; | ||
server.watcher.on("unlink", (path) => { | ||
@@ -1132,11 +1131,2 @@ if (!matchGlobs(path, globs)) | ||
enforce: "post", | ||
config() { | ||
return { | ||
server: { | ||
watch: { | ||
disableGlobbing: false | ||
} | ||
} | ||
}; | ||
}, | ||
configResolved(config) { | ||
@@ -1143,0 +1133,0 @@ if (config.plugins.find((i) => i.name === "vite-plugin-vue2")) |
{ | ||
"name": "vite-plugin-components", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "Components auto importing for Vite", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/antfu/vite-plugin-components", |
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
85628
2477