Skip to content

Commit

Permalink
Removes custom bundling example.
Browse files Browse the repository at this point in the history
Refs #26.

By updating `prerender_pages_unbundled()` to use execution-time entry points, we are no longer compatible with any JS bundler which does not support execution-time entry points (which includes all the known bundlers supported by Aspect). As such, there's no straightforward way to implement custom bundling. I still think it's worth supporting in some capacity, but it's not trivial so I'm dropping the example right now to figure out the best way of doing this later.
  • Loading branch information
dgp1130 committed Feb 27, 2023
1 parent c07b684 commit 6609dc9
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 279 deletions.
88 changes: 0 additions & 88 deletions examples/custom_bundling/BUILD.bazel

This file was deleted.

10 changes: 0 additions & 10 deletions examples/custom_bundling/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions examples/custom_bundling/component/BUILD.bazel

This file was deleted.

14 changes: 0 additions & 14 deletions examples/custom_bundling/component/component.ts

This file was deleted.

19 changes: 0 additions & 19 deletions examples/custom_bundling/component/component_script.ts

This file was deleted.

22 changes: 0 additions & 22 deletions examples/custom_bundling/page.ts

This file was deleted.

13 changes: 0 additions & 13 deletions examples/custom_bundling/rollup.config.js

This file was deleted.

19 changes: 0 additions & 19 deletions examples/custom_bundling/script.ts

This file was deleted.

26 changes: 0 additions & 26 deletions examples/custom_bundling/test.ts

This file was deleted.

18 changes: 0 additions & 18 deletions examples/custom_bundling/transitive/BUILD.bazel

This file was deleted.

12 changes: 0 additions & 12 deletions examples/custom_bundling/transitive/transitive.ts

This file was deleted.

19 changes: 0 additions & 19 deletions examples/custom_bundling/transitive/transitive_script.ts

This file was deleted.

0 comments on commit 6609dc9

Please sign in to comment.