@marko/vite 4.1.18 → 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.
- package/dist/index.mjs +3 -3
- package/package.json +2 -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.
|
|
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": {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"anymatch": "^3.1.3",
|
|
10
10
|
"domelementtype": "^2.3.0",
|
|
11
11
|
"domhandler": "^5.0.3",
|
|
12
|
+
"fast-glob": "^3.3.2",
|
|
12
13
|
"htmlparser2": "^9.1.0",
|
|
13
14
|
"resolve": "^1.22.8",
|
|
14
15
|
"resolve.exports": "^2.0.2"
|