Skip to content

Commit

Permalink
perf: remove js-yaml that is used for yml swagger files to save size
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jun 5, 2021
1 parent 953bf08 commit 24f946f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ function configure (filename, opts = {}) {
path: require.resolve('path-browserify'),
stream: require.resolve('stream-browserify'),
crypto: require.resolve('crypto-browserify')
},
alias: {
'js-yaml': false
}
},
plugins: [
Expand Down

0 comments on commit 24f946f

Please sign in to comment.