@wix/create-new 0.0.47 → 0.0.49
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/build/{chunk-YCBN4IEQ.js → chunk-OJ4BF6SG.js} +2 -2
- package/build/{chunk-YCBN4IEQ.js.map → chunk-OJ4BF6SG.js.map} +1 -1
- package/build/{generator-UAZEKWHO.js → generator-22SWDX6P.js} +2 -2
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +2 -2
- /package/build/{generator-UAZEKWHO.js.map → generator-22SWDX6P.js.map} +0 -0
|
@@ -19309,7 +19309,7 @@ function getFiles(cwd) {
|
|
|
19309
19309
|
// ../gena/src/generator.ts
|
|
19310
19310
|
var fm = import_front_matter.default;
|
|
19311
19311
|
function shouldSkipParsing(file) {
|
|
19312
|
-
return [".png", ".jpg", ".gif", ".astro", ".zip"].includes(
|
|
19312
|
+
return [".png", ".jpg", ".gif", ".astro", ".zip", ".css"].includes(
|
|
19313
19313
|
extname(file).toLowerCase()
|
|
19314
19314
|
);
|
|
19315
19315
|
}
|
|
@@ -19753,4 +19753,4 @@ is-git-url/index.js:
|
|
|
19753
19753
|
* Released under the MIT License.
|
|
19754
19754
|
*)
|
|
19755
19755
|
*/
|
|
19756
|
-
//# sourceMappingURL=chunk-
|
|
19756
|
+
//# sourceMappingURL=chunk-OJ4BF6SG.js.map
|