Leverages on Favicons Webpack Plugin and HTML Webpack Plugin to automatically generate your favicons for you and inject them into a HTML file.
npm i laravel-mix-webapp --save-devyarn add laravel-mix-webapp --devrequire('@aschan/laravel-mix-webapp')
mix.webApp({logo: 'src/path-to-logo.svg'})| option | type | default | description |
|---|---|---|---|
| logo | string | The path to the logo from which the favicons will be generated | |
| filename | string | webapp.html |
The filename of the HTML file that should get generated |
| outputPath | string | /webicons |
The path to the directory where icons should be placed |
| prefix | string | assets/webicons/ |
The path prefix for the generated icon tags |
| favicons | object | {} |
See favicons |