elegance-js 1.11.13 → 1.11.14
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/page_compiler.mjs +1 -1
- package/package.json +1 -1
package/dist/page_compiler.mjs
CHANGED
|
@@ -691,7 +691,7 @@ var buildPage = async (DIST_DIR2, directory, filePath, name) => {
|
|
|
691
691
|
entryPoints: [filePath],
|
|
692
692
|
outfile: filePath,
|
|
693
693
|
outExtension: {
|
|
694
|
-
".
|
|
694
|
+
".js": ".cjs"
|
|
695
695
|
},
|
|
696
696
|
// necessary because we're mutilating the original
|
|
697
697
|
allowOverwrite: true,
|