mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Move html plugin back before favicons.
This commit is contained in:
parent
2fd8320451
commit
e2e81803b8
@ -119,6 +119,10 @@ function webpackOptions(
|
||||
}
|
||||
]
|
||||
}),
|
||||
new HTMLWebpackPlugin({
|
||||
inject: "head",
|
||||
template: path.resolve(__dirname, "template.html")
|
||||
}),
|
||||
new FaviconsWebpackPlugin({
|
||||
logo: path.resolve(process.cwd(), `./${manifestConfig.sourceIcon}`),
|
||||
favicons: {
|
||||
@ -162,12 +166,6 @@ function webpackOptions(
|
||||
yandex: false // Create Yandex browser icon. `boolean` or `{ offset, background, mask, overlayGlow, overlayShadow }`
|
||||
}
|
||||
}
|
||||
}),
|
||||
new HTMLWebpackPlugin({
|
||||
inject: "head",
|
||||
// template: require.resolve("./template.html")
|
||||
// template: require.resolve(path.resolve(__dirname, "template.html"))
|
||||
template: path.resolve(__dirname, "template.html")
|
||||
})
|
||||
],
|
||||
output: {
|
||||
|
Loading…
Reference in New Issue
Block a user