We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
observable
I'm trying to get some sinuous/observable functions to be dropped in the resulting bundle of hello world for example.
sinuous/observable
e.g. transaction is not used in hello world https://github.com/luwes/sinuous/blob/master/packages/sinuous/observable/src/observable.js#L59
transaction
but it is included in the resulting bundle https://sinuous.netlify.com/examples/hello/dist/hello.min.js
The text was updated successfully, but these errors were encountered:
Fix a treeshake issue #76
9ecea99
Unused observable functions were not removed. Hello world went from 1.6kB to 1.4kB 🏌️♂️
luwes
No branches or pull requests
I'm trying to get some
sinuous/observable
functions to be dropped in the resulting bundle of hello world for example.e.g.
transaction
is not used in hello worldhttps://github.com/luwes/sinuous/blob/master/packages/sinuous/observable/src/observable.js#L59
but it is included in the resulting bundle
https://sinuous.netlify.com/examples/hello/dist/hello.min.js
The text was updated successfully, but these errors were encountered: