rsnext/packages/next/types
Joe Haddad 61c3db7368
Fix minifying inline CSS comments (#19167)
We accidentally regressed back in 9.5 and dropped support for inline CSS comments. PostCSS always parses these as pass-through (and not a syntax error), which can cause problems when minifying.

Browsers do a similar thing and ignore the comments.

To ensure we generate valid CSS, this adds support for stripping the CSS comments from the build.

--- 

Fixes #15589
Closes #17130
2020-11-14 15:03:04 +00:00
..
global.d.ts Add TypeScript Definitions for Sass (#10363) 2020-02-03 00:03:42 -05:00
index.d.ts Ensure basePath behavior with GS(S)P redirect (#18988) 2020-11-11 07:13:18 +00:00
misc.d.ts Fix minifying inline CSS comments (#19167) 2020-11-14 15:03:04 +00:00
webpack.d.ts Remove tslint disables (#16116) 2020-08-12 14:39:07 +00:00