Only extract the inline javascript for production mode

This commit is contained in:
Sky Chen
2020-02-11 23:49:09 -08:00
parent 8bf741ed4e
commit 9a838f1d55

View File

@@ -259,7 +259,7 @@ module.exports = async function (_, env) {
filename: '_redirects',
}),
new ScriptExtHtmlPlugin({
isProd && new ScriptExtHtmlPlugin({
inline: ['first']
}),