Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Uncaught TypeError: $export is not a function #358

Closed
Nickman87 opened this issue Aug 5, 2016 · 3 comments
Closed

Uncaught TypeError: $export is not a function #358

Nickman87 opened this issue Aug 5, 2016 · 3 comments
Labels

Comments

@Nickman87
Copy link
Contributor

I've just updated to the latest react-storybook 2.1.1 and with our old configuration I'm now getting the following error:

Uncaught TypeError: $export is not a function @ es6.object.define-property.js?6967:2

which relates to this piece of code

var $export = require('./_export');
// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
$export($export.S + $export.F * !require('./_descriptors'), 'Object', {defineProperty: require('./_object-dp').f});


/** WEBPACK FOOTER **
 ** node_modules/core-js/library/modules/es6.object.define-property.js
 **/

By adding exclude: /node_modules/, to the webpack config, the error goes away and everything seems to work fine.

Is there a reason you do not exclude the node modules, or do you need more information to debug this?
We have a custom css setup in an extra webpack.config file, not sure if this has any impact on the javascript compilation?

@arunoda
Copy link
Member

arunoda commented Aug 5, 2016

@Nickman87 we just released v2.2.0. Could you try that?
I hope it'll fix this issue.

@arunoda arunoda added the bug label Aug 5, 2016
@Nickman87
Copy link
Contributor Author

Hi @arunoda, this has indeed solved the issue for me, awesome :).
It also fixes #289 for me, so maybe that issue can be closed now?

@arunoda
Copy link
Member

arunoda commented Aug 5, 2016

Awesome.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants