Use nollup in development mode #1207
Description
Is your feature request related to a problem? Please describe.
The DX of Sapper is great except the speed changes are reflected in browsers in development mode.
Describe the solution you'd like
nollup
was suggested in prior conversations as a solution to this problem in development mode without requiring a significant rewrite of the build process of Sapper.
Describe alternatives you've considered
Alternate tools like Snowpack and subsequently Vite have shown that speed of the development-mode builds can be improved significantly. These were discussed in #1204
How important is this feature to you?
DX speed is very important, to the point I am considering rolling Routify or Snowpack with my own SSR instead of Sapper.
Additional context
Prior discussion of Snowpack and Vite