Skip to content

Commit

Permalink
Update examples/webpack.config.local.js
Browse files Browse the repository at this point in the history
  • Loading branch information
heshan0131 authored Aug 8, 2024
1 parent 89b3ef5 commit e60abef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webpack.config.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function makeLocalDevConfig(env, EXAMPLE_DIR = LIB_DIR, externals = {}) {
/node_modules\/@probe\.gl/,
/node_modules\/@math\.gl/
],
exclude: [/node_modules\/(?!(@loaders\.gl|@probe\.gl|@kepler\.gl|@math\.gl)).*/],
exclude: [/node_modules\/(?!(@loaders\.gl|@probe\.gl|@math\.gl)).*/],
}
}
}
Expand Down

0 comments on commit e60abef

Please sign in to comment.