vite-plugin-html-env
Advanced tools
Comparing version 1.0.1-0 to 1.0.1-1
const { loadEnv } = require('vite') | ||
const { _loadEnv } = require('./env') | ||
export default function vitePluginHtmlEnv(config) { | ||
function vitePluginHtmlEnv (config) { | ||
return { | ||
@@ -41,1 +41,3 @@ name: 'rollup-plugin-html-env', | ||
} | ||
module.exports = vitePluginHtmlEnv |
{ | ||
"name": "vite-plugin-html-env", | ||
"version": "1.0.1-0", | ||
"version": "1.0.1-1", | ||
"description": "A vite plugin for rewriting html", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3648
62