dumi 2.4.0-alpha.3 → 2.4.0-alpha.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.
|
@@ -153,9 +153,11 @@ var compile_default = (api) => {
|
|
|
153
153
|
});
|
|
154
154
|
api.modifyConfig((memo) => {
|
|
155
155
|
if (memo.mako) {
|
|
156
|
-
memo.mako.plugins = [
|
|
157
|
-
|
|
158
|
-
|
|
156
|
+
memo.mako.plugins = [
|
|
157
|
+
{
|
|
158
|
+
load: (0, import_makoHooks.getLoadHook)(api)
|
|
159
|
+
}
|
|
160
|
+
];
|
|
159
161
|
}
|
|
160
162
|
return memo;
|
|
161
163
|
});
|