forked from external-repos/squoosh
Only extract the inline javascript for production mode
This commit is contained in:
@@ -259,7 +259,7 @@ module.exports = async function (_, env) {
|
||||
filename: '_redirects',
|
||||
}),
|
||||
|
||||
new ScriptExtHtmlPlugin({
|
||||
isProd && new ScriptExtHtmlPlugin({
|
||||
inline: ['first']
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user