wmr icon indicating copy to clipboard operation
wmr copied to clipboard

👩‍🚀 The tiny all-in-one development tool for modern web apps.

Results 98 wmr issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

**Is your feature request related to a problem? Please describe.** I want to switch to preact-iso's router but find it's very cumbersome to get a hold of its `route()` function...

enhancement

This PR is a rewrite of the way we handle node modules and fetch them from the npm registry. - Add support for `browser` field in `package.json` - Unify `development`...

Brought up by https://github.com/preactjs/wmr/discussions/909 When a package's `"browser"` field is an object, `resolve.exports` will return the entire object, not a string file path: > When `true` and `"browser"` is an...

**Describe the bug** The [semver spec allows adding build metadata information to the semver string](https://semver.org/#spec-item-10). The metadata information is added by appending it after a "+" character: `mylib-1.0.0+metainfo. When such...

bug

**Describe the bug** `yarn create wmr` rename `public\index.js` to `public\index.tsx` ```diff - export async function prerender(data) { + export async function prerender(data: JSX.IntrinsicAttributes) { return await ssr(); } ``` then:...

bug

Closes #926 [Per the spec](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1), `sourcesContent` is optional so we need to check for its existence before consuming.

### Discussed in https://github.com/preactjs/wmr/discussions/925 Originally posted by **offsounder** April 30, 2022 Hello, I'm trying to use the @mdx-js/rollup plugin with wmr, however it errors out when running in development mode...

Today I tried to switch from parcel to wmr as the runtime for our medium-sized preact project, which uses [@heroicons/react](https://www.npmjs.com/package/@heroicons/react) as an icon library. ### Describe the bug With @heroicons/react,...

bug

``` "@wmrjs/service-worker@^0.3.1": version "0.3.1" dependencies: rollup "^2.0.0" ``` ``` rollup@^2.0.0: version "2.70.1" ``` then `"@rollup/plugin-commonjs" requires at least [email protected] but found [email protected].` Cannot fix this by `yarn add -D rollup`...

bug