Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6

This commit is contained in:
Travis Ralston
2019-12-22 21:20:13 -07:00
159 changed files with 745 additions and 717 deletions

View File

@@ -4,7 +4,7 @@
import React from 'react';
import createReactClass from 'create-react-class';
module.exports = function(opts) {
export default function(opts) {
opts = opts || {};
if (!opts.displayName) {
opts.displayName = 'StubComponent';