@rawfan https://github.com/JeffreyWay/laravel-mix/issues/2304#issuecomment-572363432
mix.options({
terser: {
extractComments: false,
}
});
Mix recently started generating a license file called /js/app.js.LICENSE.txt. Is there any configuration option to prevent Mix from generating this file?
@rawfan https://github.com/JeffreyWay/laravel-mix/issues/2304#issuecomment-572363432
mix.options({
terser: {
extractComments: false,
}
});
Please or to participate in this conversation.