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
yes
System: OS: macOS 10.14 CPU: x64 Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz Binaries: Node: 10.9.0 - ~/.nvm/versions/node/v10.9.0/bin/node Yarn: 1.9.4 - /usr/local/bin/yarn npm: 6.4.1 - ~/.nvm/versions/node/v10.9.0/bin/npm Browsers: Chrome: 69.0.3497.100 Firefox: 62.0 Safari: 12.0 npmPackages: react: ^16.5.2 => 16.5.2 react-dom: ^16.5.2 => 16.5.2 react-scripts: 2.0.0 => 2.0.0 npmGlobalPackages: create-react-app: 2.0.0
(Write your steps here:)
generate .css.map file
not generate .css.map file
The text was updated successfully, but these errors were encountered:
This problem Looks like caused by optimize-css-assets-webpack-plugin, when I modify the configuration as below, it works for me
optimize-css-assets-webpack-plugin
new OptimizeCSSAssetsPlugin({ cssProcessorOptions: { parser: safePostCssParser, map: { inline: false, annotation: true } }, })
refs: webpack-contrib/mini-css-extract-plugin#141 NMFR/optimize-css-assets-webpack-plugin#53
Sorry, something went wrong.
No branches or pull requests
Is this a bug report?
yes
Did you try recovering your dependencies?
yes
Environment
System:
OS: macOS 10.14
CPU: x64 Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
Binaries:
Node: 10.9.0 - ~/.nvm/versions/node/v10.9.0/bin/node
Yarn: 1.9.4 - /usr/local/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v10.9.0/bin/npm
Browsers:
Chrome: 69.0.3497.100
Firefox: 62.0
Safari: 12.0
npmPackages:
react: ^16.5.2 => 16.5.2
react-dom: ^16.5.2 => 16.5.2
react-scripts: 2.0.0 => 2.0.0
npmGlobalPackages:
create-react-app: 2.0.0
Steps to Reproduce
(Write your steps here:)
Expected Behavior
generate .css.map file
Actual Behavior
not generate .css.map file
The text was updated successfully, but these errors were encountered: