Require output fixture extension to match sourceType output.

This commit is contained in:
Logan Smyth
2018-03-03 18:22:15 -08:00
parent beb99dfda1
commit 7cc00cce0d
131 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
var Foo = function Foo() {
babelHelpers.classCallCheck(this, Foo);
};
export { Foo as default };