Skip to content

Not generating Manifest changes with webpack3Β #2

@cescoferraro

Description

@cescoferraro

Hi @deecewan !

Thanks for the library, looks awesome! Seems like just what I need to solve this issues

screen shot 2017-06-21 at 21 19 25

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"
}),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions