@normed/bundle 4.5.6 → 4.5.7
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/CHANGELOG.md +4 -0
- package/bundles/bin/cli.js +3 -3
- package/bundles/bin/cli.js.map +2 -2
- package/bundles/index.js +3 -3
- package/bundles/index.js.map +2 -2
- package/package.json +1 -1
package/bundles/index.js
CHANGED
|
@@ -70027,13 +70027,13 @@ var esbuilder = {
|
|
|
70027
70027
|
const relativeFilePath = import_path8.default.relative(outdir, file.path);
|
|
70028
70028
|
if (relativeFilePath.endsWith(".css")) {
|
|
70029
70029
|
lessToOutputPath.set(lessSourcePath, relativeFilePath);
|
|
70030
|
-
await fileWriter.writeFile(file.path, file.contents, {
|
|
70031
|
-
encoding: "utf-8"
|
|
70032
|
-
});
|
|
70033
70030
|
log_default.debug(
|
|
70034
70031
|
`Built less file: ${import_path8.default.relative(indir, lessSourcePath)} -> ${relativeFilePath}`
|
|
70035
70032
|
);
|
|
70036
70033
|
}
|
|
70034
|
+
await fileWriter.writeFile(file.path, file.contents, {
|
|
70035
|
+
encoding: "utf-8"
|
|
70036
|
+
});
|
|
70037
70037
|
}
|
|
70038
70038
|
}
|
|
70039
70039
|
}
|