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
craco: 6.4.3 react-scripts: 5.0.0
craco.config.js
style: { postcss: { mode: 'file', loaderOptions: { config: { path: path.resolve(__dirname, './postcss.config.js'), }, }, }, }
error:
why: https://github.com/gsoft-inc/craco/blob/master/packages/craco/lib/features/webpack/style/postcss.js#L29
craco read match.loader.options.ident but react-scripts move ident to postcssOptions https://github.com/facebook/create-react-app/blob/v5.0.0/packages/react-scripts/config/webpack.config.js#L139
it create less plugin crash
The text was updated successfully, but these errors were encountered:
Duplicate of #378
Sorry, something went wrong.
No branches or pull requests
craco: 6.4.3
react-scripts: 5.0.0
craco.config.js
error:
why:
https://github.com/gsoft-inc/craco/blob/master/packages/craco/lib/features/webpack/style/postcss.js#L29
craco read match.loader.options.ident
but react-scripts move ident to postcssOptions
https://github.com/facebook/create-react-app/blob/v5.0.0/packages/react-scripts/config/webpack.config.js#L139
it create less plugin crash
The text was updated successfully, but these errors were encountered: