clean tests & other things

This commit is contained in:
2020-03-25 20:11:29 +01:00
parent 11511039e9
commit 7e5d022aa2
27 changed files with 1497 additions and 187 deletions

18
webpack.mix.js vendored
View File

@@ -1,15 +1,13 @@
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.
|
*/
require('laravel-mix-eslint');
mix.js('resources/js/app.js', 'public/js')
// .eslint({
// enforce: 'pre',
// test: /\.(js|vue)$/,
// exclude: /node_modules/,
// loader: 'eslint-loader',
// options: {}
// })
.sass('resources/sass/app.scss', 'public/css');