@absolutejs/absolute 0.18.2-beta.4 → 0.18.2-beta.5
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 +2 -2
- package/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +3 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -173600,7 +173600,8 @@ var FRAMEWORK_DIR_KEYS, reloadConfig = async () => {
|
|
|
173600
173600
|
mode: "development",
|
|
173601
173601
|
options: {
|
|
173602
173602
|
...state.config.options,
|
|
173603
|
-
injectHMR: true
|
|
173603
|
+
injectHMR: true,
|
|
173604
|
+
throwOnError: true
|
|
173604
173605
|
}
|
|
173605
173606
|
});
|
|
173606
173607
|
if (newManifest) {
|
|
@@ -173742,5 +173743,5 @@ export {
|
|
|
173742
173743
|
build
|
|
173743
173744
|
};
|
|
173744
173745
|
|
|
173745
|
-
//# debugId=
|
|
173746
|
+
//# debugId=256520A365B546D664756E2164756E21
|
|
173746
173747
|
//# sourceMappingURL=build.js.map
|