Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 28, 2022
1 parent 8f47d69 commit 2ef4618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const webpackConfig = {
process: '({env:{}})'
}),
new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
Buffer: ['buffer', 'Buffer']
})
]
};
Expand Down

0 comments on commit 2ef4618

Please sign in to comment.