vite-plugin-lib 3.0.3 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -186,6 +186,7 @@ function buildConfig({
186
186
  return {
187
187
  name: "vite-plugin-lib:build",
188
188
  enforce: "pre",
189
+ apply: "build",
189
190
  config: async (config) => {
190
191
  return {
191
192
  ...config,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-lib",
3
3
  "type": "module",
4
- "version": "3.0.3",
4
+ "version": "3.0.4",
5
5
  "description": "Vite plugin for build configuration, automatic aliases, and type declarations.",
6
6
  "author": "Jan Müller <janmueller3698@gmail.com>",
7
7
  "license": "MIT",