Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bundler): add a bundler layer #3638

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 3, 2021

  1. feat(bundler): add a bundler layer

    The input config supplies 'patterns' which FileList expands into Files.
    These files are preprocessed and then 'file-list-modified' is fired.
    The event offers a pair of file lists, {included, served}.
    The bundle layer maps this pair to a new pair where fewer files are included.
    By default the bundler copies the inputs to outputs.
    
    The bundled files are stored on currentWebFiles which replaces
    the FileList.files in the middleware/karma.
    johnjbarton committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0fd8d09 View commit details
    Browse the repository at this point in the history