Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit d62d93b

Browse files
committed
Changing immutable.js exports to pretranspiled version. Fixes #600
1 parent 4af9da8 commit d62d93b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

immutable.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
module.exports = process.env.NODE_ENV === 'test'
2-
? require('./src/immutable')
3-
: require('./lib/immutable');
1+
module.exports = require('./lib/immutable');

0 commit comments

Comments
 (0)