We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/* config-overrides.js */ const rewireInlinSource = require('react-app-rewire-inline-source')
module.exports = function override (config, env) { config = rewireInlinSource(config, env) return config }
npm run build
Cannot read property 'tapAsync' of undefined
"scripts": { "start": "react-app-rewired start", "build": "react-app-rewired build", },
The text was updated successfully, but these errors were encountered:
Hi, I guess this is due to the update to react-scripts 2.x, this extension was made for the previous version and I never really ported it to 2.x.
react-scripts
Feel free to open a PR with the fix and I'll merge it
Sorry, something went wrong.
sorry, I can't fix it... I would not write this issue if I could...
thanks))
No branches or pull requests
/* config-overrides.js */
const rewireInlinSource = require('react-app-rewire-inline-source')
module.exports = function override (config, env) {
config = rewireInlinSource(config, env)
return config
}
Cannot read property 'tapAsync' of undefined
The text was updated successfully, but these errors were encountered: