-
I am trying to use froala editor in my react code and It is working perfectly in my local. But in production it is crashing. It is just a blank page. When I opened console there is a error message **S…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
Hello. I have some strange error in my build, using your Vue-component.
`package.json`:
```js
"scripts": {
"build": "webpack --mode production --display-error-details --hide-modules --prog…
koddr updated
6 years ago
-
Hi Folks,
I have a use-case of depending on legacy SCSS based living style guide in my new react application (primarily for maintaining single source of theme across applications). Please suggest b…
-
i followed the guide here: https://kitware.github.io/paraviewweb/docs/setup.html and have run to an issue with babel. When i try to run the build command i get this:
> C:\Users\Taus\development\mis…
-
### Feature Proposal
### Feature Use Case
I want to use webpack to bundle npm packages and component libraries that come with css/scss.
Currently, mini-css treats css resources…
-
I was unable to start using HSWP on a larger repo so I did a bit of digging; It seems there's some edge cases where this module and `sass-loader` in combination cause a crash.
### To repro the bug:…
-
We need to migrate our project from Create React App (CRA) to Vite/Webpack due to several reasons, including security concerns and performance improvements.
The idea is that:
* The project shoul…
-
**Issue Labels**
- [x] has-reproduction
- [ ] feature
- [ ] docs
- [ ] blocking
- [ ] good first issue
In my webpack config: `resolve.modules = [ 'src', 'node_modules'];`
I have v…
-
Hello.
I use `twing-loader` based on `twing` but this lib is based on `Buffer` and it is incompatible with webpack 5.
Ironically in my case we don’t need Buffer in the front bundle beacause Twin…