bimba-cli 0.5.9 → 0.5.11
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/package.json +1 -1
- package/serve.js +1 -1
package/package.json
CHANGED
package/serve.js
CHANGED
|
@@ -155,7 +155,7 @@ const hmrClient = `
|
|
|
155
155
|
Object.assign(el, state);
|
|
156
156
|
try { el.render && el.render(); } catch(_) {}
|
|
157
157
|
// Re-fire lifecycle for the top tag itself: imba compiles
|
|
158
|
-
//
|
|
158
|
+
// "def mount" to a mount() instance method, and standard
|
|
159
159
|
// connectedCallback may also matter for descendants created
|
|
160
160
|
// by render(). The element is still attached to its parent,
|
|
161
161
|
// so we just call them directly.
|