feat: Algolia plugin for medusa (#718)

Co-authored-by: Rolwin Monterio <rolwin@yellow.ai>
Co-authored-by: olivermrbl <oliver@mrbltech.com>
This commit is contained in:
Rolwin Reevan Monteiro
2021-11-12 14:10:00 +01:00
committed by GitHub
co-authored by Rolwin Monterio olivermrbl
parent 1e50aee4fe
commit 8ce9b20222
12 changed files with 5835 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-instanceof",
"@babel/plugin-transform-classes"
],
"presets": ["@babel/preset-env"],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
}
}
}