Timothy Vanderaerden

Results 7 comments of Timothy Vanderaerden

I got the same error, upgrading to `3.0.0-beta.1` resolved this. Hope it helps.

Is this the next error you get? If so you need to define `PreloadWebpackPlugin` after `HtmlWebpackPlugin`, as explained in the [docs](https://github.com/GoogleChromeLabs/preload-webpack-plugin#usage). ```javascript plugins: [ new HtmlWebpackPlugin(), new PreloadWebpackPlugin() ] ```

Can you post your Webpack config and the versions of related dependencies?

@tr1s It's very hard to find a solution with little information. If you, or any one else with this issue, can post the webpack configuration and package.json file, I'm sure...

@tr1s I looked at your project and got it working just fine. You are using Webpack 4 but, as far as I know, the current version of preload-webpack-plugin doesn't support...

This is more of a question then a bug which is discussed here: #55. I opened a pull request in your project with the suggested changes. For reference to anyone...

This seems to be fixed with Elixir 1.15.6, the workaround is not needed anymore for umbrella projects.