You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to make it clear that as soon as Snowpack gains the support of the latest releases of ESBuild this should no longer be required. With this PR - evanw/esbuild#1001 - ESBuild now supports content hashing natively.
Once snowpack adds support for this feature, I intend to deprecate this project. However, @typed/content-hash will continue to live on as an independent content hashing library from NPM.
The text was updated successfully, but these errors were encountered:
Hi @TylorS -- I was wondering if you got this to work with ESBuild native support, by forcing Snowpack to use a more recent version in package.json (yarn only I'm afraid):
"resolutions": {
"esbuild": "^0.12"
}
I'm not exactly sure how to pass the corresponding option to esbuild...
Thanks
Hey @sebastienbarre, I haven't really used snowpack in a little while. I've switched most of my work projects over to utilize Vite before snowpack reached v1 because I was encountering a number of bugs at that time (they may be fixed by now).
If you figure it out, it'd be great to post it back here for any others that might be wondering the same things
Thanks. Yes, snowpack is still rough, I should give a shot to Vite. I think back in the days Vite was focused on building Vue.js stuff, and I am using React. But it seems to support React too now.
I just wanted to make it clear that as soon as Snowpack gains the support of the latest releases of ESBuild this should no longer be required. With this PR - evanw/esbuild#1001 - ESBuild now supports content hashing natively.
Once snowpack adds support for this feature, I intend to deprecate this project. However,
@typed/content-hash
will continue to live on as an independent content hashing library from NPM.The text was updated successfully, but these errors were encountered: