obelisk icon indicating copy to clipboard operation
obelisk copied to clipboard

Support for JS code splitting (chunks)

Open dimsmol opened this issue 3 years ago • 0 comments

It looks like code splitting is generally supported by GHCJS, see Multiple pages / incremental linking.

It would be nice to have various code splitting features as a part of the framework, some ideas can be borrowed e.g. from webpack. Features like dynamic code splitting would be great to have, though probably tricky to implement.

dimsmol avatar Dec 23 '21 07:12 dimsmol