aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-09-20 23:13:07 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-09-20 23:13:07 -0400
commita758e18dceb4cb11d84d6dff1cdfddb755af60db (patch)
tree4eda0875a7102d4111ec16d64db4c90bf3ab3091 /.babelrc
parent6fab7b9e3ffb4a9bce2788174ef0e9e6eef7b2c5 (diff)
Make chunks named
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 373d2c59..4ec10416 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,5 +1,5 @@
{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
- "comments": false
+ "comments": true
}