Skip to content

Commit

Permalink
Excluded 'buffer' lib in webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
amorokh committed Sep 2, 2017
1 parent b4bd5e2 commit 9bad9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ var createWebpackConfig = function(options) {
output: options.output,
plugins: options.plugins,
node: {
fs: 'empty' // Because of jsrsasign usage of fs
fs: 'empty', // Because of jsrsasign usage of fs
buffer: 'empty',
},
module: {
loaders: [
Expand Down

0 comments on commit 9bad9b1

Please sign in to comment.