Skip to content

Commit e0682e9

Browse files
committed
fix: Change how webpack builds some libraries
1 parent 5ad0374 commit e0682e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.base.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555
test: /\.js$/,
5656
// include: [ path.resolve('src'), ],
5757
exclude: [
58-
/node_modules\/(?!kdbush\/).*/,
58+
/node_modules\/(?!(kdbush|earcut)\/).*/,
5959
path.resolve('tests')
6060
],
6161
use: [{

0 commit comments

Comments
 (0)