Replies: 7 comments
-
Facing same issue with nextjs |
Beta Was this translation helpful? Give feedback.
-
The same for me. the same issue. |
Beta Was this translation helpful? Give feedback.
-
Downgrading back to explicit version |
Beta Was this translation helpful? Give feedback.
-
Downgrading didn't work for me |
Beta Was this translation helpful? Give feedback.
-
May be also related to Webpack 5? |
Beta Was this translation helpful? Give feedback.
-
This might very well be the case, apparently Forge doesn't support Webpack 5's definePlugin. Downgrading to Webpack 4 solves the issue. |
Beta Was this translation helpful? Give feedback.
-
This cropped up for us yesterday when our CI for building a Storybook site started using nodejs 16.20.1 instead of 16.20.0 |
Beta Was this translation helpful? Give feedback.
-
I'm creating an Electron app using react-monaco-editor, Forge and Webpack 5. Using MonacoWebpackPlugin in Webpack config causes Forge to throw the following error:
Here's a VERY minimal reproducible example (using npm)
And here's a bit less minimal reproducible example (using yarn)
Beta Was this translation helpful? Give feedback.
All reactions