-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi @deecewan !
Thanks for the library, looks awesome! Seems like just what I need to solve this issues
But have not been able to emit any change what so ever.Am I missing anything?
const FaviconsWebpackPlugin = require('favicons-webpack-plugin');
const WebappManifest = require('webapp-manifest-plugin');
const WebappManifestPlugin = WebappManifest.default;
const FAVICON_PLUGIN = WebappManifest.FAVICON_PLUGIN;
new FaviconsWebpackPlugin({
prefix: 'icons/',
logo: './shared/icon/favicon.png'
}),
new WebappManifestPlugin({
icons: FAVICON_PLUGIN,
start_url: "https://acharh.cescoferraro.xyz/",
theme_color: "#Ffa500"
}),
thescientist13
Metadata
Metadata
Assignees
Labels
No labels
