aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul-reports/lib/html-spa/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/istanbul-reports/lib/html-spa/.babelrc')
-rw-r--r--node_modules/istanbul-reports/lib/html-spa/.babelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/istanbul-reports/lib/html-spa/.babelrc b/node_modules/istanbul-reports/lib/html-spa/.babelrc
new file mode 100644
index 0000000..f995d68
--- /dev/null
+++ b/node_modules/istanbul-reports/lib/html-spa/.babelrc
@@ -0,0 +1,3 @@
+{
+ "presets": [["@babel/preset-env", { "modules": "commonjs" }], "@babel/preset-react"]
+}