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

Feature: Add support for multiple files per entry #2476

Merged
merged 4 commits into from
Mar 16, 2020

Commits on Mar 3, 2020

  1. feature: enable multiple file types per entry

    It is possible to provide different types of files when using an
    array of values for entry to achieve separate bundles for CSS
    and JavaScript (and other) files in applications that are not using
    import for styles in JavaScript (pre Single Page Applications or
    different reasons).
    
    For additional info: https://webpack.js.org/guides/entry-advanced/
    
    This is particularly useful if you are migrating from a per page
    css/js organization as was common with rails <= 6
    Timothy Cardenas authored and trcarden committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    c4d3a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    871f24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8119634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4b480f View commit details
    Browse the repository at this point in the history