Skip to content

Commit

Permalink
fixed external dependencies in the bundled version
Browse files Browse the repository at this point in the history
  • Loading branch information
antelle committed Jun 5, 2021
1 parent 63cda65 commit 97b1142
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ module.exports = {
},
],
},
externals: {
path: 'path',
fs: 'fs',
},
resolve: {
fallback: {
path: false,
Expand Down

0 comments on commit 97b1142

Please sign in to comment.