web
web copied to clipboard
Guides, tools and libraries for modern web development.
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 5.0.2. Changelog Sourced from nanoid's changelog. 5.0.2 Fixed webcrypto import (by Divyansh Singh). 5.0.1 Fixed Node.js 18 support. 5.0 Moved Node.js version to Web Crypto...
We should document middleware that we recommend to do common things, such as: - [ ] cors - [ ] compression - [ ] proxy
I use the following import: import Chart from 'chart.js/auto/auto.js'; the server errors: (noop plugin) Could not resolve import "chart.js/auto/auto.js" in D:\repos\github\nodeprojects\chart-js-webcomponent\dist\chart\ChartJsWebcomponent.js using exports defined in D:\repos\github\nodeprojects\chart-js-webcomponent\node_modules\chart.js\package.json. Error while transforming dist\chart\ChartJsWebcomponent.js:...
this is an unreasonably large change which does a few things: - Moves all packages to `type: "module"` - Removes `node-fetch` (ran into problems in ESM-land) - Replaces all `__dirname`...
I've used https://github.com/jsenv/importmap-node-module to generate import map for my project. After that I've tried to use the generated `project.importmap` file: ```diff + import lodash from "lodash" ``` I've used [http-server](https://www.npmjs.com/package/http-server)...
## What I did 1. Rather than a truthy check, check if the content property is of type string and thereby allow empty string snapshots.
They seem to not be working or haven't worked for some time. They both fail on configuration as the accounts for both services aren't set as part of the CI...
Currently only `.mjs`, `.cjs` and `.js` config files are supported. For type safety and autocomplete information, it would be nice to be able to use `.ts` files for configuration. ###...
When I run tests locally in Windows, they work fine. For some reason, `import` of some files is not working in Windows in CI (GitHub Actions): https://github.com/lume/lume/actions/runs/6702225570/job/18211044889?pr=287 The output (in...
I've not been able to suss out what is _actually_ going on, but some intersection of the `lru-cache` leveraged in https://github.com/modernweb-dev/web/blob/master/packages/dev-server-core/src/middleware/PluginTransformCache.ts#L33 and running Web Test Runner on an ARM based...