mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-09 09:42:07 +00:00
9a9bb3c775
* Upgrade dependencies without breaking changes * Upgrade react-scripts to v4 * Use import instead of require in icons * Update styles dependencies * Remove react-app-rewired as is deprecated and not needed anymore * Update prettier and testing-library/react dependencies * Upgrade @ledger for desktop app * Fix types in fetchSafeTokens test * Use rescripts to remove ESLint plugin from react-scripts webpack * Disable travis cache Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
const { removeWebpackPlugin } = require('@rescripts/utilities')
|
|
|
|
module.exports = config => {
|
|
const webpackWithoutEsLint = removeWebpackPlugin('ESLintWebpackPlugin', config)
|
|
return webpackWithoutEsLint
|
|
} |