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

webpack 5 #652

Merged
merged 7 commits into from
Apr 15, 2021
Merged

webpack 5 #652

merged 7 commits into from
Apr 15, 2021

Commits on Apr 14, 2021

  1. webpack 5 upgrade

    ef4 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a0ab122 View commit details
    Browse the repository at this point in the history
  2. more webpack5 fixes

    ef4 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    1ad7a07 View commit details
    Browse the repository at this point in the history
  3. make webpack a peerDep instead

    - this gives the app control over the version
     - this lets the app import from webpack so they can access things like `DefinePlugin` without risk of version skew
    ef4 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a4389eb View commit details
    Browse the repository at this point in the history
  4. latest webpack

    ef4 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    ca9f98e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ae6eee View commit details
    Browse the repository at this point in the history
  6. dropping exports from ember-source compat-adapter

    This was only here to help mho, and it's not really complete enough to work in a build that fully respects "exports"
    ef4 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    61fdc6f View commit details
    Browse the repository at this point in the history
  7. testing a windows path adjustment

    ef4 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    072f131 View commit details
    Browse the repository at this point in the history