mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
chunkFilename added
This commit is contained in:
5
webpack.mix.js
vendored
5
webpack.mix.js
vendored
@@ -20,6 +20,11 @@ mix
|
||||
.postCss("resources/css/tailwind.css", "public/css/tailwind.css", [
|
||||
require("tailwindcss"),
|
||||
])
|
||||
.webpackConfig({
|
||||
output: {
|
||||
chunkFilename: '[name].js?id=[chunkhash]',
|
||||
}
|
||||
})
|
||||
.options({
|
||||
hmrOptions: {
|
||||
host: '192.168.1.112',
|
||||
|
||||
Reference in New Issue
Block a user