Hey I am trying to configure the `WebpackManifestP...
# javascript
f
Hey I am trying to configure the
WebpackManifestPlugin
and
HtmlWebpackPlugin
but are wondering where the webpack file is gonna be generated in and how I can point to files in
build/processedResources/js/main
? Also is there any way in my
webpack.config.d
files to have a condition depending on if its a dev build vs a prod build? I couldn't find any obvious flag I could use
t
сс @Ilya Goncharov [JB]
f
To add more context. I am trying to setup a react project that runs as a Progressive Web App using similar webpack config as react create app does (minimal custom setup for webworker etc). Also plan to turn on hashed files so caching can be setup very aggressive.