We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db853cb commit d42eb7aCopy full SHA for d42eb7a
3 files changed
.npmrc
@@ -1,3 +1,2 @@
1
ignore-workspace-root-check=true
2
public-hoist-pattern[]=*
3
-registry=https://repos.tech.orange/artifactory/api/npm/swaptv-virt-npm-stable/
package.json
@@ -1,6 +1,7 @@
{
- "name": "vite-plugin-html",
- "version": "3.2.0-o.1",
+ "name": "vite-plugin-html-monorepo",
+ "version": "3.2.0",
4
+ "private": true,
5
"scripts": {
6
"stub": "pnpm run prepack --filter ./packages -- --stub",
7
"postinstall": "pnpm run stub",
packages/core/package.json
@@ -1,6 +1,6 @@
"name": "vite-plugin-html",
"description": "A plugin for vite to Minimize index.html and use lodash.template template syntax in index.html",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
0 commit comments