Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.babelrc - github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f08644a8efc0802ff3e835ade6d56d193627f315 (plain)
1
2
3
4
5
6
7
8
{
  "presets": [
    "@babel/preset-env",
  ],
  "plugins": [
    "@babel/plugin-transform-runtime",
  ],
}