frontend build

This commit is contained in:
Peter Papp
2021-03-26 16:59:08 +01:00
parent d2a82aaa80
commit 6d5a43da72
78 changed files with 153 additions and 220 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ mix.js('resources/js/main.js', 'public/js')
output: {
chunkFilename: '[name].js?id=[chunkhash]',
},
devtool: 'inline-source-map',
//devtool: 'inline-source-map',
devServer: {
clientLogLevel: 'none'
}