@marko/vite 4.1.19 → 4.1.20

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
@@ -856,14 +856,14 @@ function markoPlugin(opts = {}) {
856
856
  caller: babelCaller
857
857
  }
858
858
  };
859
+ if (linked) {
860
+ baseConfig.markoViteLinked = linked;
861
+ }
859
862
  ssrConfig = {
860
863
  ...baseConfig,
861
864
  resolveVirtualDependency,
862
865
  output: "html"
863
866
  };
864
- if (linked) {
865
- ssrConfig.markoViteLinked = linked;
866
- }
867
867
  domConfig = {
868
868
  ...baseConfig,
869
869
  resolveVirtualDependency,
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.19",
4
+ "version": "4.1.20",
5
5
  "author": "Dylan Piercey <dpiercey@ebay.com>",
6
6
  "bugs": "https://github.com/marko-js/vite/issues",
7
7
  "dependencies": {