Skip to content

Commit

Permalink
style: formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 9, 2021
1 parent d2a6fed commit 964f7b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ const config = {
['@babel/preset-env', { targets: 'extends browserslist-config-google' }],
'@babel/preset-typescript'
],
plugins: [
'@babel/plugin-transform-modules-commonjs'
],
plugins: ['@babel/plugin-transform-modules-commonjs'],
comments: false,
sourceMaps: true
}
Expand Down

0 comments on commit 964f7b0

Please sign in to comment.