chocola 1.2.2 → 1.2.4

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 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
- !config.isHotReload && console.log(logSeparation);
148
+ !isHotReload && console.log(logSeparation);
149
149
 
150
150
  // Create and Validate DOM
151
151
  !isHotReload && console.log(` BUNDLING STATIC BUILD`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chocola",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Chocola pipeline for web apps.",
5
5
  "keywords": [
6
6
  "web",