@absolutejs/absolute 0.19.0-beta.778 → 0.19.0-beta.779
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/build.js +2 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10346,7 +10346,7 @@ var resolveDevClientDir3 = () => {
|
|
|
10346
10346
|
}
|
|
10347
10347
|
const childComponentPaths = importPaths.filter((path) => path.startsWith(".") && path.endsWith(".vue"));
|
|
10348
10348
|
const packageComponentPaths = Array.from(resolvedPackageVueImports.entries());
|
|
10349
|
-
const helperModulePaths = importPaths.filter((path) => path.startsWith(".") && !path.endsWith(".vue"));
|
|
10349
|
+
const helperModulePaths = importPaths.filter((path) => path.startsWith(".") && !path.endsWith(".vue") && !isStylePath(path));
|
|
10350
10350
|
const childBuildResults = await Promise.all([
|
|
10351
10351
|
...childComponentPaths.map((relativeChildPath) => compileVueFile(resolve18(dirname11(sourceFilePath), relativeChildPath), outputDirs, cacheMap, false, vueRootDir, compiler, stylePreprocessors)),
|
|
10352
10352
|
...packageComponentPaths.map(([, absolutePath]) => compileVueFile(absolutePath, outputDirs, cacheMap, false, vueRootDir, compiler, stylePreprocessors))
|
|
@@ -26403,5 +26403,5 @@ export {
|
|
|
26403
26403
|
ANGULAR_INIT_TIMEOUT_MS
|
|
26404
26404
|
};
|
|
26405
26405
|
|
|
26406
|
-
//# debugId=
|
|
26406
|
+
//# debugId=93A53B1896D6824A64756E2164756E21
|
|
26407
26407
|
//# sourceMappingURL=index.js.map
|