Viewing profile — frankwallis
frankwallis
HN member- Joined
- Mon, Oct 19, 2015, 8:12 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About frankwallis
No profile information was provided.
Recent public activity
-
comment
Comment #31970985
Snowpack is no longer maintained and they recommend switching to Vite.
-
comment
Comment #17861534
This is untrue. If you need to update one dependency; npm/yarn will update the lockfile with the minimal changes needed to update that one dependency. You do not need to regenerate…
-
comment
Comment #14807175
Perhaps prop-making in the movie/tv business, prop-makers build one-off things all the time, use them in whatever show/movie they are making, and after filming they are not needed …
-
comment
Comment #13125951
Deduplication of helper methods is now available in typescript too, using the 'importHelpers' compiler option. It will automatically add import statements to include the helpers fr…