@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/index.js
CHANGED
|
@@ -171133,7 +171133,7 @@ var isDev, extractBuildError = (logs, pass, label, frameworkNames, isIncremental
|
|
|
171133
171133
|
minify: !isDev,
|
|
171134
171134
|
naming: `[dir]/[name].[hash].[ext]`,
|
|
171135
171135
|
outdir: buildPath,
|
|
171136
|
-
...hmr ? { reactFastRefresh: true } : {},
|
|
171136
|
+
...hmr ? { reactFastRefresh: true, jsx: { development: true } } : {},
|
|
171137
171137
|
root: clientRoot,
|
|
171138
171138
|
splitting: true,
|
|
171139
171139
|
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",
|
|
@@ -174264,5 +174265,5 @@ export {
|
|
|
174264
174265
|
ANGULAR_INIT_TIMEOUT_MS
|
|
174265
174266
|
};
|
|
174266
174267
|
|
|
174267
|
-
//# debugId=
|
|
174268
|
+
//# debugId=B2BA06EC97AA568C64756E2164756E21
|
|
174268
174269
|
//# sourceMappingURL=index.js.map
|