Skip to content

Commit

Permalink
Merge pull request #4 from weisenburger/feature/WBDSBLA-5077
Browse files Browse the repository at this point in the history
WBDSBLA-5077: chore(web-worker): update dependencies
  • Loading branch information
thomasrenger authored Jul 26, 2024
2 parents 82152f4 + acdb6da commit 960f94d
Show file tree
Hide file tree
Showing 6 changed files with 2,504 additions and 7,623 deletions.
7 changes: 2 additions & 5 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ module.exports = function (config) {
'**/*.ts': ['webpack']
},
webpack: {
node: {
fs: 'empty',
child_process: 'empty'
},
node: false,
resolve: {
extensions: ['.js', '.ts', '.tsx'],
plugins: [
Expand Down Expand Up @@ -61,4 +58,4 @@ module.exports = function (config) {
browsers: ['Chrome'],
singleRun: false
});
};
};
Loading

0 comments on commit 960f94d

Please sign in to comment.