@absolutejs/absolute 0.18.5 → 0.18.6
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/.absolutejs/prettier.cache.json +3 -3
- package/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +3 -2
- package/dist/build.js.map +4 -4
- package/dist/index.js +3 -2
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -171108,7 +171108,7 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
|
|
|
171108
171108
|
minify: !isDev,
|
|
171109
171109
|
naming: `[dir]/[name].[hash].[ext]`,
|
|
171110
171110
|
outdir: buildPath,
|
|
171111
|
-
...hmr ? { reactFastRefresh: true } : {},
|
|
171111
|
+
...hmr ? { reactFastRefresh: true, jsx: { development: true } } : {},
|
|
171112
171112
|
root: clientRoot,
|
|
171113
171113
|
splitting: true,
|
|
171114
171114
|
target: "browser",
|
|
@@ -172712,6 +172712,7 @@ var parseErrorLocationFromMessage = (msg) => {
|
|
|
172712
172712
|
naming: "[dir]/[name].[hash].[ext]",
|
|
172713
172713
|
outdir: buildDir,
|
|
172714
172714
|
reactFastRefresh: true,
|
|
172715
|
+
jsx: { development: true },
|
|
172715
172716
|
root: clientRoot,
|
|
172716
172717
|
splitting: true,
|
|
172717
172718
|
target: "browser",
|
|
@@ -173798,5 +173799,5 @@ export {
|
|
|
173798
173799
|
build
|
|
173799
173800
|
};
|
|
173800
173801
|
|
|
173801
|
-
//# debugId=
|
|
173802
|
+
//# debugId=3081136A1041DCB364756E2164756E21
|
|
173802
173803
|
//# sourceMappingURL=build.js.map
|