diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-08 14:42:05 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-08 14:42:05 +0400 |
| commit | 73fc9eff77ddbf42f5e1e0b47495fdfb2143137e (patch) | |
| tree | 77423bcc2d7e3d9087716af05511e2d53810a049 /docs/babel.config.js | |
| parent | dbfc18ed3cef55a4433870ddee77c921b996cc2b (diff) | |
docs: add docusaurus project
Diffstat (limited to 'docs/babel.config.js')
| -rw-r--r-- | docs/babel.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/babel.config.js b/docs/babel.config.js new file mode 100644 index 0000000..e00595d --- /dev/null +++ b/docs/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: [require.resolve('@docusaurus/core/lib/babel/preset')], +}; |
