Open danielbeeke opened 1 year ago
Remove the import maps in the index.html and bundle up the application in a proper way. Rollup is preferred.
The import maps are removed. The frontend is now using ESM and has a loading waterfall. A bundler must still be implemented
Remove the import maps in the index.html and bundle up the application in a proper way. Rollup is preferred.