Skip to content

Commit

Permalink
fix: postcss cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Jun 2, 2021
1 parent 0644370 commit adf8a4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const getCommonApp = (appName: string) => ({
'postcss-preset-env',
'postcss-responsive-type',
'postcss-inset',
'postcss-reporter@6',
'postcss',
'cssnano-preset-advanced',
'cssnano',
],
Expand Down
5 changes: 0 additions & 5 deletions templates/default/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@ module.exports = {
},
],
},
/* More info at https://github.com/postcss/postcss-reporter */
'postcss-reporter': {
clearReportedMessages: true,
throwError: true,
},
},
};

0 comments on commit adf8a4e

Please # to comment.