rsnext/packages/next/build/babel/loader
Tim Neutkens 53c19ff185
Test fixes for Babel mode (#24312)
* Try enabling Babel turbo mode

* Pass config file explicitly to babel turbo loader.

* Update NextBabelLoaderOptions to use `configFile` instead of `babelrc`.

* Re-add support for options passed to next/babel preset with new babel loader.

* Load babel config files depending on their file extension.

* Include `next/babel` if no Babel config is provided.

* Minor cleanup.

* Avoid duplicate `next/babel` entries.

* No need to pass configFile anymore.

* Fix multiple small issues in merging loader opts with cached config.

* Remove redundant logging (that also breaks a test).

* Include file extension CharacteristicsGermaneToCaching.

* bump

* Disable turboMode now that tests pass

Co-authored-by: Dale Bustad <dale@divmain.com>
2021-04-28 11:51:57 +02:00
..
get-config.ts Test fixes for Babel mode (#24312) 2021-04-28 11:51:57 +02:00
index.ts Test fixes for Babel mode (#24312) 2021-04-28 11:51:57 +02:00
transform.ts Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00
types.d.ts Test fixes for Babel mode (#24312) 2021-04-28 11:51:57 +02:00
util.ts Babel fast mode (#23760) 2021-04-08 12:03:02 +00:00