Skip to content

Commit 6e31c0c

Browse files
committed
Merge branch 'master' of github.com:jakezatecky/react-checkbox-tree
2 parents d21bce4 + 73b0384 commit 6e31c0c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
// Use CommonJS export to trick Webpack into working around the issues that
2-
// window.[module].default is set rather than window.[module]
3-
//
4-
// See: https://github.com/webpack/webpack/issues/706
5-
1+
// Export default to provide support for non-ES6 solutions
62
module.exports = require('./js/Tree').default;

0 commit comments

Comments
 (0)