-
Notifications
You must be signed in to change notification settings - Fork 111
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
How to import store.on? #31
Comments
Sorry for the belated response, i've been on vacation. :) |
Rollup can help on this. |
Any update on this lib? The last commit is one year ago... |
I still use store2 daily. Works fantastically still. :) If i needed any changes, i'd be adding them. I don't need/use ES6 imports. I'm happy to take patches or maybe clearer explanations of what needs to be done. Heck, i'd even take money to do this. But i write enterprise open source, it's not an ego/hobby thing. So this issue will be resolved either when i need it for paid work or someone else contributes the changes. |
You can solve this with webpack (or rollup): Weback:
In code:
|
First, thanks for this awesome lib..!
I'm using
store2
on vue.js without problems, but now I want to importstore.on
, how to do it?So, why not include extensions via "ES6 Destructuring and Module imports"? It could be nice do this:
Thanks
The text was updated successfully, but these errors were encountered: