Skip to content

Commit

Permalink
NodeJS webpack config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondra authored and atamano committed Nov 8, 2024
1 parent 3ab3a68 commit 8e51833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const buildConfig = (platform, extensions) => ({
resolve: {
extensions: ['.ts', '.js'],
},
externals: ["antlr4"],
target: platform,
plugins: [],
devtool: 'source-map',
Expand Down

0 comments on commit 8e51833

Please sign in to comment.