Skip to content

MoeYc/rspack-unexpected-css-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rspack unexpected css transform

reproduction steps:

  1. Run pnpm build:webpack, see ./dist/main.css:

    body {
        background-color: rgba(0, 0, 0, 0.5);
    }
  2. Run pnpm build:rspack, see ./dist/main.css:

    body{background-color:#00000080}
    /*# sourceMappingURL=main.css.map*/

About

just a minimal reproduction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published