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 b134673 commit 3768a85
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 3768a85

Please sign in to comment.