mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
huge Laravel 10 upgrade
This commit is contained in:
7
support/laravel-maps/webpack.mix.js
vendored
Normal file
7
support/laravel-maps/webpack.mix.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
const mix = require('laravel-mix');
|
||||
|
||||
mix.setPublicPath('public')
|
||||
.js('resources/js/index.js', 'js')
|
||||
.sass('resources/sass/index.scss', 'css')
|
||||
.copy('resources/img/*.png', 'img')
|
||||
.version('img');
|
||||
Reference in New Issue
Block a user