-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fixes #13
base: master
Are you sure you want to change the base?
Some fixes #13
Conversation
thank you! that |
Webpack has a feature to let you set package main field https://webpack.github.io/docs/configuration.html#resolve-packagemains |
The safari bug is actually not fixed yet.I'm working on it, & can test it tomorrow, i dont have a mac here |
ah, so the user would still have to define a Personally, I'd prefer to accomplish this in 1 of 2 ways:
The 2nd solution is the one i always use, primarily because I like to keep projects in separate windows. |
Yeah, it's kind of just another option. I don't think it's harmful. But i had bitterness experience with npm link. 😭 . |
What went wrong with npm link? I know webpack doesn't play well with it, but that's why i run the |
I'm not sure i understand the |
hey @singggum3b sorry for the late reply, just getting back from a little vacation. The symlink shouldn't break when you install npm packages, only if you remove the symlink reference from your node_modules will it ever break (eg rimraf your node_modules). I'd love to dig into this & reproduce if possible! removing main:src & changing the tabs to spaces (i should probably put an eslint on this thing) should make this good to merge! |
Hi , i add "main:src" for development with webpack & fixed a bug with dispatch not being passed down more than 1 level.