Page MenuHomePhorge

webpack.mix.js
No OneTemporary

Authored By
Unknown
Size
538 B
Referenced Files
None
Subscribers
None

webpack.mix.js

const mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel application. By default, we are compiling the Sass
| file for the application as well as bundling up all the JS files.
|
*/
mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css');

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 12:48 AM (5 d, 5 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8a/7c/ecdb8cf18e555ff4e988497185f6
Default Alt Text
webpack.mix.js (538 B)

Event Timeline