egoist / egoist/interpolate-html-plugin

URIError: Failed to decode param '/%PUBLIC_URL%/favicon-32x32.png'

Open
#8 6 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
62
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Hi, I updated webpack to v4, and now having this error:

URIError: Failed to decode param '/%PUBLIC_URL%/favicon-32x32.png'

In my index html I have:
```

```

I've seen that now the order matters and declared the plugin after HtmlWebpackPlugin
```
plugins: [
new HtmlWebpackPlugin({
inject: true,
template: paths.appHtml
}),
new InterpolateHtmlPlugin({
PUBLIC_URL: ''
}),
...
```

What else am I missing?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.