From e328897e4ded42862358908f96d753f601772e3a Mon Sep 17 00:00:00 2001 From: Mikkel Espolin Birkeland Date: Tue, 30 Sep 2025 13:42:46 +0200 Subject: [PATCH] Resolve grid es modules --- lib/compile-on-demand.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/compile-on-demand.js b/lib/compile-on-demand.js index c84cb9f..f96639a 100644 --- a/lib/compile-on-demand.js +++ b/lib/compile-on-demand.js @@ -185,6 +185,10 @@ export const getMasterPath = (filename) => { '/masters/datagrid/es-modules', '' ) + .replace( + '/masters/grid/es-modules', + '' + ) .replace( '/masters/dashboards/datagrid', '/masters-datagrid/datagrid'