Skip to content

Commit

Permalink
Trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
rfreling authored May 28, 2020
1 parent 460b953 commit fbde934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = function (webpackEnv) {
const loaders = [
isEnvDevelopment && {
loader: require.resolve('style-loader'),
options: {}
options: {},
},
isEnvProduction && {
loader: MiniCssExtractPlugin.loader,
Expand Down

0 comments on commit fbde934

Please sign in to comment.