Created the babel.config.js

This commit is contained in:
2023-11-04 16:13:52 +01:00
parent e17c5ae651
commit 105a586540

3
babel.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};