Pika Web: a new way to build Web Applications. Now renamed to Snowpack!

Опубликовано: 04 Октябрь 2024
на канале: A shot of code
1,732
69

With PikaWeb (SnowPack) we prebundle our NPM packages and then use them as simple .js files in our application. This is a one off step and from then on there is no need to run PikaWeb, webpack or other bundler whenever we make a change, we simply update the code and the browser will pull in any changed files.

PikaWeb requires your package to be an ES Module, but it can have dependencies that are commonJS or other non standard module definitions