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: enable prebundling by default #494

Merged
merged 16 commits into from
Nov 22, 2022
Merged

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    6b68fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d667f0a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. docs: update prebundling faq

    dominikg committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d91aa55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c935cec View commit details
    Browse the repository at this point in the history
  3. docs: Apply suggestions from code review

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    dominikg and benmccann committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    fff972b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c43423b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eccc491 View commit details
    Browse the repository at this point in the history
  6. docs: Apply suggestions from code review

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    dominikg and benmccann committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b1a8aff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79b817b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. docs: Apply suggestions from code review

    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    dominikg and bluwy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3ef1c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df16170 View commit details
    Browse the repository at this point in the history
  3. fix: only enable prebundleSvelteLibraries for dev, log warnings if it…

    … is enabled during build or ssr
    dominikg committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4413ff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076a8ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84c055a View commit details
    Browse the repository at this point in the history
  6. fix: remove warning for ssr.optimizeDeps, we don't add the svelte esb…

    …uild plugin for that so it does whatever, but won't break because of prebundleSvelteLibraries
    dominikg committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    1c657b1 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    dominikg and bluwy committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    06b9de4 View commit details
    Browse the repository at this point in the history