rsnext/packages/next/build/webpack/config/blocks/css/loaders
Guy Bedford 005a8abe39
feat: Webpack loader inlining (#21127)
This picks up on the inlining work in https://github.com/vercel/next.js/pull/20598 to also include webpack loader inlining optimizations.

This includes:
* The dependencies of sass-loader
* resolve-url-loader

And for added benefit:
* babel-plugin-transform-define
* babel-plugin-transform-react-remove-prop-types

style-loader and css-loader didn't inline easily. Perhaps we can come back to these ones.
2021-01-15 01:51:45 +00:00
..
client.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00
file-resolve.ts Handle css-loader file resolving change (#17724) 2020-10-08 18:45:39 +00:00
getCssModuleLocalIdent.ts feat: Webpack loader inlining (#21127) 2021-01-15 01:51:45 +00:00
global.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00
index.ts Extract CSS Loaders into Separate Files (#10210) 2020-01-22 09:50:27 -06:00
modules.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00