Skip to content

Commit

Permalink
Merge pull request #9508 from camptocamp/add-gmfapi
Browse files Browse the repository at this point in the history
Fix exposition of gmfapi
  • Loading branch information
sbrunner authored Oct 23, 2024
2 parents 16fd5da + 59d9945 commit 85de473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ contribs/dist: .build/build-dll.timestamp
touch $@

.build/node_modules.timestamp: package.json
npm install
npm install || npm install --ignore-scripts
# Installed from peer dependency from ol-layerswitcher and that breaks our types
rm -rf ./node_modules/@types/openlayers
mkdir -p $(dir $@)
Expand Down
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 85de473

Please sign in to comment.