Adds ip lookup middleware for cart creation

This commit is contained in:
Oliver Windall Juhl
2020-08-25 09:51:30 +02:00
committed by GitHub
parent 79cc7e6639
commit eeca05117a
11 changed files with 154 additions and 23 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-classes",
"@babel/plugin-transform-instanceof"
],
"presets": ["@babel/preset-env"],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
}
}
}