Sheffield-iGEM / syn-zeug

A modern toolbox for synthetic biology
https://sheffield-igem.github.io/syn-zeug/
GNU Affero General Public License v3.0
6 stars 3 forks source link

Move Web App to Webpack #11

Closed TheLostLambda closed 2 years ago

TheLostLambda commented 2 years ago

Webpack should integrate a bit more nicely wasm-pack: https://rustwasm.github.io/docs/wasm-bindgen/examples/hello-world.html https://github.com/webpack/webpack/issues/6615

This template could be used to set things up (because I certainly don't know how bundlers work...) https://github.com/sveltejs/template-webpack

TheLostLambda commented 2 years ago

Maybe use Snowpack instead? The webpack svelte template is awfully broken...