diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-09-20 23:13:07 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-09-20 23:13:07 -0400 |
| commit | a758e18dceb4cb11d84d6dff1cdfddb755af60db (patch) | |
| tree | 4eda0875a7102d4111ec16d64db4c90bf3ab3091 /.babelrc | |
| parent | 6fab7b9e3ffb4a9bce2788174ef0e9e6eef7b2c5 (diff) | |
Make chunks named
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ { "presets": ["@babel/preset-env"], "plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"], - "comments": false + "comments": true } |
