mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-03-07 04:58:00 +00:00
Generic landing page
This commit is contained in:
14
webpack.mix.js
Normal file
14
webpack.mix.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const mix = require('laravel-mix');
|
||||
require('mix-tailwindcss');
|
||||
|
||||
mix
|
||||
.setResourceRoot('src')
|
||||
.setPublicPath('dist')
|
||||
.browserSync()
|
||||
.disableSuccessNotifications();
|
||||
|
||||
mix
|
||||
.js('src/app.js', 'dist')
|
||||
.sass('src/app.scss', 'dist')
|
||||
.tailwind()
|
||||
.copy('src/index.html', 'dist');
|
||||
Reference in New Issue
Block a user