mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Added webpack watch ignored folders
This commit is contained in:
@@ -4,6 +4,10 @@ require('laravel-mix-purgecss');
|
||||
|
||||
mix.setPublicPath('.');
|
||||
|
||||
mix.webpackConfig({
|
||||
watchOptions: { ignored: ['node_modules', 'vendor'] }
|
||||
});
|
||||
|
||||
mix.sass('app/resources/sass/app.scss', 'app/dist/app.css').options({
|
||||
processCssUrls: false,
|
||||
postCss: [tailwindcss('tailwind.config.js')]
|
||||
|
Reference in New Issue
Block a user