mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-06 05:37:16 +02:00
* Upgrade babel in v2 folder
* Use babel-plugin-transform-dynamic-import instead of babel-plugin-dynamic-import-node
* Remove not needed import polyfill by changing the order of import
* Revert "Remove not needed import polyfill by changing the order of import"
This reverts commit 9263aa693a
.
* Fix prettier
3 lines
119 B
JavaScript
3 lines
119 B
JavaScript
const babelConfig = require('./babel.config');
|
|
|
|
module.exports = require('babel-jest').createTransformer(babelConfig);
|