@aschan/laravel-mix-webapp

1.0.1 • Public • Published

Laravel-mix WebApp

Leverages on Favicons Webpack Plugin and HTML Webpack Plugin to automatically generate your favicons for you and inject them into a HTML file.

Install

npm i html-webpack-plugin --save-dev
yarn add html-webpack-plugin --dev

Usage

require('laravel-mix-versionhash')

mix.webApp()

Options

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

Readme

Keywords

Package Sidebar

Install

npm i @aschan/laravel-mix-webapp

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

4.91 kB

Total Files

5

Last publish

Collaborators

  • aschan