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: SvelteKit Vite Plugin support #327

Closed
wants to merge 72 commits into from
Closed

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    708a11c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ead2e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    aab277f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    a1a4143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2040830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ff38b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3df3fad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e82f149 View commit details
    Browse the repository at this point in the history
  6. chore: fix lint

    userquin committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3af79a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be83dd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8ecae1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b78e409 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f10300 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a18d97e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb828cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    83a754a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60be3c8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f809876 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0c13061 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b81afd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    12a15a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    5671d1d View commit details
    Browse the repository at this point in the history
  2. refactor: renames

    antfu committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    85acc37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b66ce0 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/userquin/feat-esm-support' into …

    …userquin/feat-esm-support
    
    # Conflicts:
    #	src/plugins/main.ts
    userquin committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6fba6e1 View commit details
    Browse the repository at this point in the history
  5. chore: include more options for sveltekit

    chore: remove manifestTransform from sveltekit example
    userquin committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    566f4d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    564ad3e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    01896ef View commit details
    Browse the repository at this point in the history
  2. chore: cleanup console log

    userquin committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    9a097d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    3493676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5c880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00d6dd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1d707e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fe7c9d View commit details
    Browse the repository at this point in the history
  6. chore: remove unused entries

    chore: spelling in types
    userquin committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    bd422ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f93bae3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    651f4b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12ff3f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ec37a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. chore: update Sveltekit example to Vite 3 (kit requires it)

    chore: update latest SvelteKit and remove output folder
    chore: cleanup code
    userquin committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    eab9977 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup globPatterns

    userquin committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    9b2a95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bea06e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    b460b27 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    8698ad3 View commit details
    Browse the repository at this point in the history
  2. chore: wording

    userquin committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e8a9fa6 View commit details
    Browse the repository at this point in the history
  3. chore: update svelte-routify to use Vite 3

    chore: update SvelteKit example stuff
    userquin committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    3a912e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c80d7cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08c0b24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6604dfd View commit details
    Browse the repository at this point in the history
  7. chore: add missing )

    userquin committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0466201 View commit details
    Browse the repository at this point in the history
  8. chore: update sveltekit docs

    userquin committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a8a9233 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55962b9 View commit details
    Browse the repository at this point in the history
  10. chore: indentation in example

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    userquin and benmccann committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    150d0ec View commit details
    Browse the repository at this point in the history
  11. chore: remove manifestFileName from pwa configuration

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    userquin and benmccann committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    f6cdce5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. chore: cleanup duplicate comment

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    userquin and benmccann committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    0b2a8fa View commit details
    Browse the repository at this point in the history
  2. cods: update backticks usage

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    userquin and benmccann committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    09b0a28 View commit details
    Browse the repository at this point in the history
  3. chore: update backticks usage

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    userquin and benmccann committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    9495947 View commit details
    Browse the repository at this point in the history
  4. chore: update backticks usage

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    userquin and benmccann committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    4a8373d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6b3632 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4a228f View commit details
    Browse the repository at this point in the history
  7. chore: revert config options

    userquin committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    d009112 View commit details
    Browse the repository at this point in the history
  8. chore: remove backticks

    userquin committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    f5b01af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c02aafa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff4f3a4 View commit details
    Browse the repository at this point in the history
  11. chore: use assets from $app/paths in the kit example layout

    chore: add kit outDir option (`.svelte-kit` can be configured in kit)
    userquin committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    027bb81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    38bae00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b0cfae View commit details
    Browse the repository at this point in the history
  14. chore: wording

    userquin committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    63e63bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    904f465 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6f8060b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1c106f9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f7927c2 View commit details
    Browse the repository at this point in the history