Skip to content

Commit

Permalink
Merge pull request #1341 from OpenGeoscience/webpack-change
Browse files Browse the repository at this point in the history
fix: Change how webpack builds some libraries
  • Loading branch information
manthey authored Nov 10, 2024
2 parents 5ad0374 + e0682e9 commit 1fd3450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
test: /\.js$/,
// include: [ path.resolve('src'), ],
exclude: [
/node_modules\/(?!kdbush\/).*/,
/node_modules\/(?!(kdbush|earcut)\/).*/,
path.resolve('tests')
],
use: [{
Expand Down

0 comments on commit 1fd3450

Please sign in to comment.