From 3768a8516034cb71ae30cbd7b37cd024b5e18554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 14 Oct 2024 13:04:28 +0200 Subject: [PATCH] Fix exposition of gmfapi --- buildtools/webpack.commons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/webpack.commons.js b/buildtools/webpack.commons.js index d3c1eccfea3e..872849d5f43d 100644 --- a/buildtools/webpack.commons.js +++ b/buildtools/webpack.commons.js @@ -71,7 +71,7 @@ module.exports = function (config) { }); rules.push({ - test: path.resolve(__dirname, '../srcapi/index.ts'), + test: /\/srcapi\/index.[tj]s$/, use: { loader: 'expose-loader', options: {