Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Aug 3, 2022
1 parent 6308d06 commit dea8aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/demo/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Rewrite Webpack config without ejecting CRA thanks to rewire
* @link https://stackoverflow.com/questions/55165466/how-to-build-a-production-version-of-react-without-minification
*/
const { exit } = require('process');
const rewire = require('rewire');
const defaults = rewire('react-scripts/scripts/build.js');
const config = defaults.__get__('config');
Expand Down

0 comments on commit dea8aa5

Please sign in to comment.