-
Also do the same for plugins requiring a specific webpack
-
running `pnpm turbo dev`
```
Need to install the following packages:
jsonresume-theme-full:dev: livereloadx@0.3.10
@jsonresume/theme-stackoverflow:dev: info => Modifying Create React App rules.…
-
# Bug report
**What is the current behavior?**
all the methods defined in commonjs module will be include in dist file
**If the current behavior is a bug, please provide the ste…
-
Hi,
I have some packages in my workspace..
- package A : an angular app
- package B : A lib builded with webpack 5 (postcss, sass, ...) JS and CSS.
With webpack 5, node polyfill like "pat…
-
Recently, Storybook 7 has been released.
With it, some changes in the main.js have occurred. For one, by default, webpack 5 is used.
In the `main.js`, we now can just configure a framework like so:
…
-
# Description
As by title, some components are not displayed correctly, as well as some errors are returned in some pages.
Known issues:
- https://github.com/storybookjs/storybook/issues/14420
…
-
I use the sass react component in storybook. Everything works fine with storybook-addon-pseudo-states.
But after manual edit the webpack finals process. The state display broken..
I just replac…
-
```
module.exports = {
module: {
rules: [
{
test: /\.less$/i,
loader: [
// compiles Less to CSS
'style-loader',
'css-loader',
…
-
### Describe the bug
I'm getting an error when trying to add storybook 7 to a new Ember app. When runing `npx storybook@latest init`, I get asked which builder to use, and when then selecting Webpack…
-
The error "module is undefined" at module.hot checks in DebugEngine shows up.
After some reading I'm just getting more confused about that.
- The webpack 5 docs suggest that it has been moved to …