mglaman / wasm-drupal

Drupal in WASM
https://wasm-drupal.mglaman.dev/
MIT License
33 stars 6 forks source link

Bundle with Webpack and add DDEV for Docker build #31

Closed nlighteneddesign closed 3 months ago

nlighteneddesign commented 3 months ago

This adds rspack bundling and ddev for local builds

The rspack config is in playground/rs.config.js This builds a worker.js artifact in playground/public/worker.js

I added this to the build process.

It still needs testing and loading in index.html

fixes #21