Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user