-
How about compatability/support for [unminified-webpack-plugin](https://github.com/leftstick/unminified-webpack-plugin)?
-
Installing html-webpack-plugin 4.0.1 leads to
```bash
/Volumes/DevLocal/DevTypeScript/Production/mobiad/mobiservice/node_modules/html-beautify-webpack-plugin/index.js:46
compilation.…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behavior?**
Environment variables set outside of metro server are not available in the initial bundle of th…
-
Hi
The upcoming html-webpack-plugin v4 (currently at `4.0.0-beta.1`) has changed the name of several of its hooks, which causes:
```
Syntax error: Unable to tap into the HtmlWebpackPlugin's cal…
-
When comment out
```
new GlobalizePlugin({
developmentLocale: "en",
})
```
i have webpack errors
```
RROR in ./node_modules/globalize/dist/globalize.js
Module not found: Error: Can't resolv…
-
If i'm runnind build for production, webpack doesn't quit after the build.
Try https://github.com/webpack/react-starter
and
npm run build
-
> Initially I’ve just added support for the Latin version of fonts. Would love to hear ideas for how to support other languages. Perhaps additional css files e.g. `require('open-sans/greek')`?
Is i…
-
Нужно обновить `fork-ts-checker-webpack-plugin` до последней версии и выставить в `tsconfig` опцию `"incremental": true`. Это значительно ускорит проверку типов во время пересборки проекта.
-
**Do you want to request a feature, report a bug or ask a question?**
In html-webpack-plugin@4 they renamed hooks, so currently svg-sprite-loader doesn't support @4>. Also, they dropped webpack@
-
### Current Behavior
Hi
I have several react apps and corresponding dotnet webapps. They are setup in the same way. I'm passing environment variable NX_PUBLIC_BUILD_NUMBER into every app in the Azur…