Test that unprefixed .babelrc package names work too.

This commit is contained in:
Ben Newman
2016-05-31 14:57:38 -04:00
parent 826143bb8b
commit eb18d43024

View File

@@ -1,6 +1,6 @@
{
"plugins": [
"transform-class-properties",
"babel-plugin-transform-class-properties",
["transform-strict-mode", { "strict": true }]
]
}