rookeries/plugins/dark-mode-switch/.babelrc

10 lines
127 B
Plaintext

{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-runtime"
],
"sourceMaps": true
}