summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/.babelrc b/.babelrc
index 1bac7e8..ed122ce 100644
--- a/.babelrc
+++ b/.babelrc
@@ -4,13 +4,18 @@
"debug": false,
"modules": false,
"useBuiltIns": false
- }],
+ }],
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-transform-runtime",
[ "@babel/plugin-proposal-class-properties", { "loose": true } ],
- "transform-async-to-generator"
+ "transform-async-to-generator",
+ ["module-resolver", {
+ "root": ["./frontend"],
+ "alias": {
+ }
+ }]
],
"env": {
"production": {