vite-plugin-resolve
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "vite-plugin-resolve", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Custom resolve module content.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,2 +35,9 @@ # vite-plugin-resolve | ||
``` | ||
In you App | ||
```ts | ||
import Vue from 'vue' | ||
``` | ||
This like Vite external plugin | ||
@@ -37,0 +44,0 @@ You you can see more about external 👉 [vite-plugin-fast-external](https://github.com/caoxiemeihao/vite-plugins/tree/main/packages/fast-external) |
@@ -35,2 +35,9 @@ # vite-plugin-resolve | ||
``` | ||
你的逻辑代码 | ||
```ts | ||
import Vue from 'vue' | ||
``` | ||
这个场景就是 external | ||
@@ -37,0 +44,0 @@ 你可以看看关于 external 👉 [vite-plugin-fast-external](https://github.com/caoxiemeihao/vite-plugins/tree/main/packages/fast-external) |
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
6754
101