Level 88
You can disable it by adding this to your webpack.mix.js file
mix.options({
terser: {
extractComments: false,
}
});
Source: https://github.com/JeffreyWay/laravel-mix/issues/2304#issuecomment-572363432
7 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Mix recently started generating a license file called js/app.js.LICENSE.txt. Is there a way to disable it? I don't need the file and it gives me extra files for nothing.
...
You can disable it by adding this to your webpack.mix.js file
mix.options({
terser: {
extractComments: false,
}
});
Source: https://github.com/JeffreyWay/laravel-mix/issues/2304#issuecomment-572363432
Please or to participate in this conversation.