-
#### Explain the problem
Hi! I'm curious if there is a way to use SplitChunksPlugin with parallel-webpack. Current problem is: we have an array of different configurations that are built in parallel,…
-
## Introduction
[Webpack](https://webpack.js.org) is undoubtedly one of the greatest things to handle JavaScript (any not only) bundling and serving for development **and production** environments.
…
-
I don't get it how it's supposed to work.
I'v added write-file-webpack-plugin to my `webpack.config.js`:
`var WriteFilePlugin = require('write-file-webpack-plugin');`
and included it in plugi…
-
When trying to use functions in [@openshift-console/dynamic-plugin-sdk/lib/utils/k8s](https://github.com/openshift/console/tree/ad4a32bbe30b83c7832112bc202922176cd9eaa1/frontend/packages/console-dynam…
-
Currently to use in the browser you have to either load the minified bundle, which includes (and duplicates) dependencies that I may already have in my bundle, or bundle with webpack and set `PLATFORM…
-
I have a question because the project I want to apply it to uses the old HTML and Javascript methods.
-
### Steps to reproduce the problem
1. Install mastodon on Arch Linux
2. run `RAILS_ENV=production bundle exec rails mastodon:setup`
...
Part of the above process appears to be compiling assets.…
-
**Describe the bug**
When I run npm start for my nodejs project, I get the error:
```
C:\Projects\[project_name]\node_modules\webpack\lib\FileSystemInfo.js:2055
i…
-
WARNING in ./node_modules/react-native-button/Button.js 154:18-37
**export 'ViewPropTypes' (imported as 'ViewPropTypes') was not found in 'react-native-web/dist/index'** (possible exports: Accessibil…
-
When bundle my app with gulp-zip, fonts getting corrupted. I am fixing this by uploading fonts as manually.
Here is my gulpfile.mjs
```
import rename from 'gulp-rename'
import gulp from 'gulp'…