Skip to content

Commit 4fd29a0

Browse files
authored
Merge pull request #2 from oslabs-beta/staging
Staging into master
2 parents fdb62db + 5363548 commit 4fd29a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+14797
-468
lines changed

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ module.exports = {
1010
],
1111
'@babel/preset-react',
1212
],
13+
1314
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package/index.js renamed to dev-reactime/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* 'reactime' module has a single export
33
* @function linkFiber
44
*/
5+
import 'core-js';
6+
import 'regenerator-runtime/runtime';
57

68
// * State snapshot object initialized here
79
const snapShot = { tree: null };
@@ -47,4 +49,5 @@ window.addEventListener('message', ({ data: { action, payload } }) => {
4749
}
4850
});
4951

50-
module.exports = linkFiber;
52+
//module.exports = linkFiber;
53+
export default linkFiber;

0 commit comments

Comments
 (0)