aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/.babelrc
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2022-09-15 16:15:13 +0100
committerMichael Morris <michael.morris@est.tech>2022-09-16 10:01:55 +0000
commit634f561c91c07180417643bd7aceaaef6599d588 (patch)
tree825ed6fa9f2be30ac9e71503e0361088934ea5d4 /openecomp-ui/.babelrc
parent753308072995a4305f2e91947ae7225b3855ebc3 (diff)
Fix local file path in prod. onboarding ui app
Local system paths were being added to the compiled production code (punch-outs_en.js). This change removes the culprit plugin "react-hot-loader/babel" from the babel (.babelrc) configuration. Change-Id: I2925ec3116d59404e2a1a7534824494fcb2c303d Issue-ID: SDC-4180 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui/.babelrc')
-rw-r--r--openecomp-ui/.babelrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/openecomp-ui/.babelrc b/openecomp-ui/.babelrc
index 054d6c70b7..7949c034d8 100644
--- a/openecomp-ui/.babelrc
+++ b/openecomp-ui/.babelrc
@@ -8,8 +8,7 @@
"transform-object-rest-spread",
"transform-class-properties",
"transform-runtime",
- "transform-decorators-legacy",
- "react-hot-loader/babel"
+ "transform-decorators-legacy"
],
"sourceMap": "inline"
}