rsnext/packages/next/build/babel
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
..
plugins chore: remove old traces of next/data experiment (#20678) 2021-01-01 22:23:42 +00:00
preset.ts feat: Webpack loader inlining (#21127) 2021-01-15 01:51:45 +00:00