web
web copied to clipboard
Guides, tools and libraries for modern web development.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/whatwg-url](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/whatwg-url) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^8.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/@types%2fwhatwg-url/8.2.1/11.0.0) |...
Also upgrades related ESLint plugins ## What I did 1. `yarn install -D typescript@latest -W` 2. Set version constraint to use `~` since TypeScript doesn't follow semver 3. Fix new...
Is it possible to test at a different path than `http://localhost:2000/`? I cannot seem to figure it out. Ideally I would be able to test on different paths: `http://localhost:2000/my-cool-path` &...
Setting base path in `web-dev-server.config.js` trims not just /path/ but also /path/path-to-resource. This makes links invalid `/-to-result`. For now I only found a solution to create a middleware to restore...
## What I did 1. Added a `,`
Should the future of WDS Storybook be a Storybook builder? https://storybook.js.org/docs/react/builders/builder-api Vite copied much of what WDS is, seems only fair to copy some of what it is. This may...
## What I did 1. improved security by not allowing to bundle all env vars, especially unnecessarily 2. move env.NODE_ENV to globals defined in the preview index.html, so that rare...
Updated Puppeteer to its latest major. See [#2646](https://github.com/modernweb-dev/web/issues/2646) for more context
# Problem It seems the server is doing something that mutates the code as it is resolved. This mutation is causing some source files to end up invalid, thus breaking...
Some files generated for the storybook build start with two hyphen (`--`) characters in their filename. This causes issues with several tools.