You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleaning up loadPartial to make sure they are registered properly before generation (#1558)
- The partialFile loading await fsPromise.readFile(singlePkg.path, 'utf8'); is now done before registering the partial.
- We are hitting a use case intermittently where the partial is not loaded and generation is triggered. Believe that this was happening due to partial file loading and registering happening asynchronously(Not always before generation).
- JIRA: ZAPP-1623
| helpers | <code>\*</code> | a string path if value is passed through CLI, the nativeRequire() is leverage the native js function instead of webpack's special sauce. a required() module if invoked by backend js code. this is required to force webpack to resolve the included files as path will be difference after being packed for production. |
8157
+
| Param | Type | Default | Description |
8158
+
| --- | --- | --- | --- |
8159
+
| hb | <code>\*</code> | | |
8160
+
| helpers | <code>\*</code> | | a string path if value is passed through CLI, the nativeRequire() is leverage the native js function instead of webpack's special sauce. a required() module if invoked by backend js code. this is required to force webpack to resolve the included files as path will be difference after being packed for production. |
| helpers | <code>\*</code> | a string path if value is passed through CLI, the nativeRequire() is leverage the native js function instead of webpack's special sauce. a required() module if invoked by backend js code. this is required to force webpack to resolve the included files as path will be difference after being packed for production. |
13495
+
| Param | Type | Default | Description |
13496
+
| --- | --- | --- | --- |
13497
+
| hb | <code>\*</code> | | |
13498
+
| helpers | <code>\*</code> | | a string path if value is passed through CLI, the nativeRequire() is leverage the native js function instead of webpack's special sauce. a required() module if invoked by backend js code. this is required to force webpack to resolve the included files as path will be difference after being packed for production. |
| helpers | <code>\*</code> | a string path if value is passed through CLI, the nativeRequire() is leverage the native js function instead of webpack's special sauce. a required() module if invoked by backend js code. this is required to force webpack to resolve the included files as path will be difference after being packed for production. |
14157
+
| Param | Type | Default | Description |
14158
+
| --- | --- | --- | --- |
14159
+
| hb | <code>\*</code> | | |
14160
+
| helpers | <code>\*</code> | | a string path if value is passed through CLI, the nativeRequire() is leverage the native js function instead of webpack's special sauce. a required() module if invoked by backend js code. this is required to force webpack to resolve the included files as path will be difference after being packed for production. |
0 commit comments