Not entirely sure why this causes dev to fail, but this fixes it.

This commit is contained in:
Jake Archibald
2018-11-10 16:10:03 -08:00
parent a1a00f0bfb
commit 2ca97ef586

View File

@@ -226,7 +226,7 @@ module.exports = function (_, env) {
// For now we're not doing SSR.
new HtmlPlugin({
filename: path.join(__dirname, 'build/index.html'),
template: '!!prerender-loader?string!src/index.html',
template: isProd ? '!!prerender-loader?string!src/index.html' : 'src/index.html',
minify: isProd && {
collapseWhitespace: true,
removeScriptTypeAttributes: true,