esbuild-plugin-vue3
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "esbuild-plugin-vue3", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "", | ||
@@ -14,2 +14,3 @@ "main": "./dist/index.js", | ||
"license": "MIT", | ||
"repository": "github:pipe01/esbuild-plugin-vue3", | ||
"dependencies": { | ||
@@ -16,0 +17,0 @@ "@vue/compiler-sfc": "^3.1.5", |
@@ -11,3 +11,4 @@ # esbuild-plugin-vue3 | ||
* Path aliases from tsconfig.json, e.g. `import "@/Component.vue"` resolves to `import "../../Component.vue` | ||
* Emit HTML file and inject output CSS and JS files | ||
### The library is still not thoroughly tested, use at your own risk. |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
37197
14