mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
bug fixes
This commit is contained in:
4
webpack.mix.js
vendored
4
webpack.mix.js
vendored
@@ -15,7 +15,6 @@ mix.js('resources/js/main.js', 'public/js')
|
||||
.sass('resources/sass/app.scss', 'public/css', {
|
||||
implementation: require('node-sass')
|
||||
})
|
||||
.version()
|
||||
.webpackConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
@@ -23,4 +22,5 @@ mix.js('resources/js/main.js', 'public/js')
|
||||
"@": path.resolve(__dirname, "resources/js"),
|
||||
}
|
||||
},
|
||||
}).disableNotifications();
|
||||
})
|
||||
.disableNotifications();
|
||||
|
||||
Reference in New Issue
Block a user