Skip to content

pullrequests Search Results · repo:sveltejs/svelte-loader language:JavaScript is:merged

Filter by

97 results
 (129 ms)

97 results

insveltejs/svelte-loader (press backspace or delete to remove)

Hello! Some newer npm packages that rely on dynamic exports break with suggested resolve.mainFields and resolve.conditionNames configuration, since it lacks development mode and other things. The ... ...
  • non25
  • 1
  • Opened 
    on May 29, 2024
  • #240

This pull request fixes a couple errors I hit when setting { compilerOptions: { enableSourcemap: false } }. At different places, the loader code assumes that each of js.map and css.map are non-null. Both ...
  • wabain
  • 1
  • Opened 
    on Oct 16, 2023
  • #236

Bumps word-wrap from 1.2.3 to 1.2.4. details summary Release notes /summary p em Sourced from a href= https://github.com/jonschlinkert/word-wrap/releases word-wrap s releases /a . /em /p blockquote h2 ...
dependencies
  • dependabot[bot]
  • Opened 
    on Jul 19, 2023
  • #235

  • benmccann
  • Opened 
    on May 30, 2023
  • #233

We ve got it in mainFields, so it should be in conditionNames as well. This will matter for Svelte 4 (https://github.com/sveltejs/svelte/pull/8516)
  • benmccann
  • Opened 
    on May 5, 2023
  • #232

Fix loading the default module exports when config is ESM to suppress the warning of checking resolve.conditionNames .
  • jaikme
  • 1
  • Opened 
    on May 3, 2023
  • #231

Svelte 4 will be dropping support for these Node versions as well: https://github.com/sveltejs/svelte/pull/8482
  • benmccann
  • Opened 
    on Apr 12, 2023
  • #229

We plan to release a version of svelte-package that encourages package authors to omit the default export condition. To resolve these packages, svelte-loader users are required to have conditionNames: ...
  • Rich-Harris
  • 6
  • Opened 
    on Feb 15, 2023
  • #225