Skip to content

Commit

Permalink
refactor: replace legacy babel-plugin-transform-es2015-modules-common…
Browse files Browse the repository at this point in the history
…js and update bable things

#2318
  • Loading branch information
shaman-apprentice committed Oct 27, 2022
1 parent c75a860 commit 34afd5c
Show file tree
Hide file tree
Showing 4 changed files with 1,316 additions and 1,589 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Chore 👨‍💻 👩‍💻

- Update transform-es2015-modules-commonjs to @babel/plugin-transform-modules-commonjs
- Migrate codeMap.render.service, codeMap.label.service, codeMap.mouseEvent.service, codeMap.arrow.service, codeCharta.service, sharpnessMode.service, isLoadingFile.service, scaling.service and experimentalFeaturesEnabled.service to Angular [#3094](https://github.com/MaibornWolff/codecharta/pull/3094)
- Extract tree map size into a const as this is never changed [3098](https://github.com/MaibornWolff/codecharta/pull/3098)

Expand Down
2 changes: 1 addition & 1 deletion visualization/babel.config.json
Expand Up @@ -15,7 +15,7 @@
"plugins": ["angularjs-annotate"],
"env": {
"test": {
"plugins": ["transform-es2015-modules-commonjs"]
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}

0 comments on commit 34afd5c

Please sign in to comment.