Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #8136
Closed
Open
Issue created Dec 10, 2019 by Administrator@rootContributor

react-scripts 3.3.0: Grids do not get autoprefixed for IE11 in production builds using sass modules

Created by: chce

Describe the bug

CSS isn't getting autoprefixed when using Sass modules. Not sure if it's also the case for css. This breaks the styling for IE11.

Did you try recovering your dependencies?

Yes

Which terms did you search for in User Guide?

I tried to figure out how to give some custom options to the build process to see if that could fix it, I guess?

Environment

Environment Info:

System: OS: Windows 10 10.0.16299 CPU: (4) x64 Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz Binaries: Node: 10.16.3 - C:\Program Files\nodejs\node.EXE Yarn: Not Found npm: 6.12.0 - C:\Program Files\nodejs\npm.CMD Browsers: Edge: 41.16299.1480.0 Internet Explorer: 11.0.16299.371 npmPackages: react: ^16.12.0 => 16.12.0 react-dom: ^16.12.0 => 16.12.0 react-scripts: 3.3.0 => 3.3.0 npmGlobalPackages: create-react-app: Not Found

Steps to reproduce

(Write your steps here:)

  1. Clone this repo https://github.com/chce/create-react-app-with-css-modules/tree/master/src
  2. npm install
  3. npm run build
  4. Inspect build folder css, no grids are autoprefixed

Expected behavior

I expect it to build the same css as it did when using 3.2.0

Actual behavior

No grid-syntax in the scss-modules is autoprefixed

Reproducible demo

https://github.com/chce/create-react-app-with-css-modules

Fork this, install dependencies, run react-scripts build, inspect build-files

Assignee
Assign to
Time tracking