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

fix: deprecate { assert: { type: raw }} in favor of { as: raw } (fix #7017) #7215

Merged
merged 5 commits into from Mar 8, 2022

Commits on Mar 7, 2022

  1. fix: deprecate { assert: { type: raw }} in favor of { as: raw } (fix

     vitejs#7017)
    
    BREAKING CHANGE: Use `import.meta.globEager('/dir/*.js', { as: 'raw' })` instead of `import.meta.globEager('/dir/*.js', { assert: { type: 'raw' } })` (it will be deprecated in Vite 3.0).
    brillout committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    4944064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6a0f3b View commit details
    Browse the repository at this point in the history
  3. fix: bug

    brillout committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8edbe81 View commit details
    Browse the repository at this point in the history
  4. chore: wording

    patak-dev committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    463004d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. docs: update docs

    brillout committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    29f4479 View commit details
    Browse the repository at this point in the history