Open zvictor opened 8 years ago
Ah shoot, I didn't realize it but when I published 2.0.0-beta.0
(which is for Webpack 2), it got marked as latest. While I fix that, try installing 1.1.0
and just do unshift('meteor-imports')
.
Okay, I fixed the latest
tag on npm to point to 1.1.0
.
@zvictor did you ever get it working with storybook? I'm running into webpack issues where it can't resolve meteor imports in my component files (i.e 'import { Meteor } from 'meteor/meteor''). I was hoping this plugin would fix that but I've been having issues, did you have any luck?
I am having a hard time trying to make this work with react-storybook.
Here is my
.storybook/webpack.config.js
:No matter what I do, I always get the following error:
Would it be possible for you to publish an example with a working storybook configured? :)