Remove unused webpack config
parent
acd26c85f6
commit
532853e944
|
@ -1,15 +0,0 @@
|
||||||
const mix = require('laravel-mix');
|
|
||||||
mix.options({
|
|
||||||
terser: {
|
|
||||||
terserOptions: {
|
|
||||||
compress: {
|
|
||||||
drop_console: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
|
||||||
mix.setPublicPath('public')
|
|
||||||
|
|
||||||
mix.js('resources/js/app.js', '')
|
|
||||||
mix.sass('resources/sass/app.scss', '')
|
|
||||||
mix.version()
|
|
Loading…
Reference in New Issue