@absolutejs/absolute 0.19.0-beta.110 → 0.19.0-beta.111
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/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +1 -3
- package/dist/build.js.map +2 -2
- package/dist/cli/index.js +119 -132
- package/dist/index.js +51 -11
- package/dist/index.js.map +3 -3
- package/dist/src/dev/devCert.d.ts +2 -0
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -1160,8 +1160,6 @@ var colors2, frameworkColors, formatPath = (filePath) => {
|
|
|
1160
1160
|
console.error(`${timestamp} ${tag} ${fullMessage}`);
|
|
1161
1161
|
}, logHmrUpdate = (path, framework, duration) => {
|
|
1162
1162
|
log("hmr update", { duration, framework, path });
|
|
1163
|
-
}, logInfo = (message) => {
|
|
1164
|
-
log(message);
|
|
1165
1163
|
}, logScriptUpdate = (path, framework, duration) => {
|
|
1166
1164
|
log("script update", { duration, framework, path });
|
|
1167
1165
|
}, logServerReload = () => {
|
|
@@ -204933,5 +204931,5 @@ export {
|
|
|
204933
204931
|
build
|
|
204934
204932
|
};
|
|
204935
204933
|
|
|
204936
|
-
//# debugId=
|
|
204934
|
+
//# debugId=0050A99E09352E5064756E2164756E21
|
|
204937
204935
|
//# sourceMappingURL=build.js.map
|