chocola 1.2.2 → 1.2.3
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/compiler/index.js +1 -1
- package/package.json +1 -1
package/compiler/index.js
CHANGED
|
@@ -145,7 +145,7 @@ export default async function runtime(rootDir, buildConfig) {
|
|
|
145
145
|
|
|
146
146
|
// Load Components
|
|
147
147
|
const loadedComponents = await loadAndDisplayComponents(paths.components);
|
|
148
|
-
!
|
|
148
|
+
!isHotReload && console.log(logSeparation);
|
|
149
149
|
|
|
150
150
|
// Create and Validate DOM
|
|
151
151
|
!isHotReload && console.log(` BUNDLING STATIC BUILD`);
|