rsnext/packages/next/build/webpack/loaders/babel-loader
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
..
src feat: Webpack loader inlining (#21127) 2021-01-15 01:51:45 +00:00
LICENSE Add profiling to webpack loaders (#20392) 2020-12-29 21:21:35 +00:00