Skip to content

Commit ecf4d66

Browse files
committed
🚚 Rename babelrc.js
1 parent ce493a8 commit ecf4d66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.babelrc renamed to .babelrc.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{
2-
"presets": [
1+
module.exports = {
2+
presets: [
33
"@babel/preset-env"
44
],
5-
"comments": false,
6-
"plugins": [
5+
comments: false,
6+
plugins: [
77
"add-module-exports",
88
"@babel/plugin-proposal-object-rest-spread",
99
"@babel/plugin-proposal-class-properties"

0 commit comments

Comments
 (0)