@absolutejs/absolute 0.19.0-beta.58 → 0.19.0-beta.59

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.js CHANGED
@@ -172244,17 +172244,9 @@ var detectFramework = (filePath, resolved) => {
172244
172244
  svelteDir: config.svelteDirectory,
172245
172245
  vueDir: config.vueDirectory
172246
172246
  };
172247
- push(cfg.reactDir, "components");
172248
- push(cfg.reactDir, "pages");
172249
- push(cfg.reactDir, "styles");
172250
- push(cfg.svelteDir, "components");
172251
- push(cfg.svelteDir, "pages");
172252
- push(cfg.svelteDir, "composables");
172253
- push(cfg.svelteDir, "styles");
172254
- push(cfg.vueDir, "components");
172255
- push(cfg.vueDir, "pages");
172256
- push(cfg.vueDir, "composables");
172257
- push(cfg.vueDir, "styles");
172247
+ push(cfg.reactDir);
172248
+ push(cfg.svelteDir);
172249
+ push(cfg.vueDir);
172258
172250
  push(cfg.angularDir);
172259
172251
  push(cfg.htmlDir, "pages");
172260
172252
  push(cfg.htmlDir, "scripts");
@@ -205226,5 +205218,5 @@ export {
205226
205218
  ANGULAR_INIT_TIMEOUT_MS
205227
205219
  };
205228
205220
 
205229
- //# debugId=840AF78667B6BC7364756E2164756E21
205221
+ //# debugId=5956ED24C507D24D64756E2164756E21
205230
205222
  //# sourceMappingURL=index.js.map