You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to uncomment /*@import '~normalize.css/normalize.css';*/ once we stop using postcss in V3. This is commented because we've told webpack to import all CSS from paths.appSrc + '/assets/stylesheets/common' which causes CRA e2e tests to fail because they can't find the normalize file as expected.
packages/react-scripts/fixtures/kitchensink/src/features/webpack/assets/style.css
Need to uncomment
/*@import '~normalize.css/normalize.css';*/
once we stop using postcss in V3. This is commented because we've told webpack to import all CSS frompaths.appSrc + '/assets/stylesheets/common'
which causes CRA e2e tests to fail because they can't find the normalize file as expected.Test with:
tasks/e2e-kitchensink.sh
packages/react-scripts/fixtures/kitchensink/integration/webpack.test.js
Need to uncomment tests:
This is part of the above change to fix CSS imports.
The text was updated successfully, but these errors were encountered: