Skip to content

Commit b06f945

Browse files
authored
fix: adjusted commas
1 parent 1994d13 commit b06f945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.base.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ module.exports = {
5555
test: /\.(js|cjs)$/,
5656
include: [
5757
path.resolve('src'),
58-
/node_modules\/@velipso\/polybool/
58+
/node_modules\/@velipso\/polybool/,
5959
/node_modules\/earcut/,
6060
/node_modules\/kdbush/,
6161
/node_modules\/proj4/,
62-
/node_modules\/wkt-parser/,
62+
/node_modules\/wkt-parser/
6363
],
6464
use: [{
6565
loader: 'babel-loader',

0 commit comments

Comments
 (0)