web icon indicating copy to clipboard operation
web copied to clipboard

Guides, tools and libraries for modern web development.

Results 360 web issues
Sort by recently updated
recently updated
newest added

## What I did 1. Add turborepo to manage the mono-repo more efficiently 2. add github cache to cache turbo repo outputs and use turbo repo caching for tests 3....

With the `--node-resolve` option, bare module imports e.g.: ```js import moment from "moment"; ``` will be rewritten on-the-fly to: ```js import moment from "/node_modules/moment/src/moment.js"; ``` What about generating import maps...

Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 13.2.2. Release notes Sourced from globby's releases. v13.2.2 Update dependencies (#253) 0ae43b9 https://github.com/sindresorhus/globby/compare/v13.2.1...v13.2.2 v13.2.1 Fix ignore and expandDirectories default handling (#252) 3a48eb9 https://github.com/sindresorhus/globby/compare/v13.2.0...v13.2.1 v13.2.0 Pass...

dependencies
blocked on ES modules

The `@esm-bundle/chai` dependency [recommended in the documentation](https://modern-web.dev/guides/test-runner/getting-started/#setup-tools) has not received maintenance for several years. The official `chai` package has supported ESM since version 4.3.0, so it is therefore no longer...

Problem: there's no documented way to prevent `rollup-plugin-html` from reading modules from an HTML file and bundling them. The module is processed even if I remove the module in `transformHtml`....

In an effort to lower the maintenance burden of the Modern Web projects we've decided to move certain packages out of the monorepo into their own repositories. This issue serves...

Delete all the packages that have been moved outside of the monorepo. See #2610. TODO: - [ ] Setup CI in all the repositories. - [ ] Publish changes from...

I'm trying to mock `prismjs` because there seems to be an issue with the runner not being able to pick up its exports (code works fine so I know the...

I am currently migrating a project from `@web/dev-server-storybook` plugin to the new `@web/storybook-builder`, and ran into an error when starting the storybook: ``` > storybook dev -p 6006 @storybook/cli v7.6.2...