@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/build.js
CHANGED
|
@@ -10154,7 +10154,7 @@ var resolveDevClientDir3 = () => {
|
|
|
10154
10154
|
}
|
|
10155
10155
|
const childComponentPaths = importPaths.filter((path) => path.startsWith(".") && path.endsWith(".vue"));
|
|
10156
10156
|
const packageComponentPaths = Array.from(resolvedPackageVueImports.entries());
|
|
10157
|
-
const helperModulePaths = importPaths.filter((path) => path.startsWith(".") && !path.endsWith(".vue"));
|
|
10157
|
+
const helperModulePaths = importPaths.filter((path) => path.startsWith(".") && !path.endsWith(".vue") && !isStylePath(path));
|
|
10158
10158
|
const childBuildResults = await Promise.all([
|
|
10159
10159
|
...childComponentPaths.map((relativeChildPath) => compileVueFile(resolve15(dirname10(sourceFilePath), relativeChildPath), outputDirs, cacheMap, false, vueRootDir, compiler, stylePreprocessors)),
|
|
10160
10160
|
...packageComponentPaths.map(([, absolutePath]) => compileVueFile(absolutePath, outputDirs, cacheMap, false, vueRootDir, compiler, stylePreprocessors))
|
|
@@ -17899,5 +17899,5 @@ export {
|
|
|
17899
17899
|
build
|
|
17900
17900
|
};
|
|
17901
17901
|
|
|
17902
|
-
//# debugId=
|
|
17902
|
+
//# debugId=541942014F33630964756E2164756E21
|
|
17903
17903
|
//# sourceMappingURL=build.js.map
|