@marko/vite 4.1.2 → 4.1.3

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -783,9 +783,9 @@ function markoPlugin(opts = {}) {
783
783
  config.resolve.conditions ??= [];
784
784
  config.resolve.conditions.push("browser");
785
785
  test.deps ??= {};
786
- test.optimizer ??= {};
787
- test.optimizer.web ??= {};
788
- test.optimizer.web.enabled ??= true;
786
+ test.deps.optimizer ??= {};
787
+ test.deps.optimizer.web ??= {};
788
+ test.deps.optimizer.web.enabled ??= true;
789
789
  }
790
790
  }
791
791
  if (!registeredTagLib) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marko/vite",
3
3
  "description": "A Marko plugin for Vite",
4
- "version": "4.1.2",
4
+ "version": "4.1.3",
5
5
  "author": "Dylan Piercey <dpiercey@ebay.com>",
6
6
  "bugs": "https://github.com/marko-js/vite/issues",
7
7
  "dependencies": {