Skip to content

Commit

Permalink
Fix exposition of gmfapi
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 14, 2024
1 parent 982182d commit 59d9945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/webpack.commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 59d9945

Please sign in to comment.