webpack.js.org
webpack.js.org copied to clipboard
Repository for webpack documentation and more!
Closes https://github.com/webpack/webpack.js.org/issues/6356
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.7.0 to 10.8.0. Release notes Sourced from cypress's releases. v10.8.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-8-0 Commits bc804f8 chore: bump to 10.8.0 [skip ci] (#23816) 864ab8e chore: merge master into develop...
E2e tests [failed with the default electron](https://github.com/webpack/webpack.js.org/pull/6397), let's see if using Chrome would fix it.
In [Rule.parser.parse](https://webpack.js.org/configuration/module/#ruleparserparse), it says what would happen if you set `Rule.type` to `json`. What if `Rule.type` wasn't `json`? If this is only meant to be used when the type is...
Bumps [@mdx-js/loader](https://github.com/mdx-js/mdx/tree/HEAD/packages/loader) from 2.0.0-next.9 to 2.1.3. Release notes Sourced from @mdx-js/loader's releases. 2.1.3 Core 9904838a Fix rewriting of components for custom elements by @bholmesdev in mdx-js/mdx#2101 Docs 69a15b76 Add link...
In [this article](https://webpack.js.org/contribute/writing-a-loader/#setup) `resolveLoader` is mentioned, but in webpack's [configuration reference](https://webpack.js.org/configuration/) I couldn't find anything about it. I'd like to know what other properties are available in the `resolveLoader` object...
Let's improve our docs --- @cattermo Sorry for delay, please use `/(node_modules\/(?!(@azure\/msal-browser)\/)).*/` or just `/(node_modules\/(?!(@azure\/msal-browser)\/))/` You can look at the default value - `/^(.+?[\\/]node_modules)[\\/]/` (for npm), here you should have...
My understanding is that the deprecated `loaders` was removed in https://github.com/webpack/webpack/pull/9138 which was in https://github.com/webpack/webpack/releases/tag/v5.74.0 (should that have been a major version upgrade?) _describe your changes..._ - [ ] Read...
The current writer's guide suggests writing defaults as follows: > **configuration.example.option** > > `string = 'none': 'none' | 'development' | 'production'` > > Where `= 'none'` means that the default...
Bumps [@docsearch/react](https://github.com/algolia/docsearch) from 3.0.0-alpha.50 to 3.2.1. Release notes Sourced from @docsearch/react's releases. v3.2.1 3.2.1 (2022-08-16) Bug Fixes deps: make react an optional peer dependency in @docsearch/react (#1273) (eb44d0c) dependencies 2022-08-08...