Skip to content

Commit da520e0

Browse files
authored
Merge pull request #1181 from emberjs/unused-babel-plugins
Remove unused babel plugins
2 parents 0e3a95f + d216fb7 commit da520e0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

addon/babel.config.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"plugins": [
3-
"@embroider/addon-dev/template-colocation-plugin",
4-
["@babel/plugin-proposal-decorators", { "legacy": true }],
5-
"@babel/plugin-proposal-class-properties"
6-
]
2+
"plugins": []
73
}

0 commit comments

Comments
 (0)