diff options
Diffstat (limited to 'dev-docs/babel.config.js')
| -rw-r--r-- | dev-docs/babel.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-docs/babel.config.js b/dev-docs/babel.config.js new file mode 100644 index 0000000..bfd75db --- /dev/null +++ b/dev-docs/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: [require.resolve("@docusaurus/core/lib/babel/preset")], +}; |
