diff --git a/config/webpack.github.js b/config/webpack.github.js index 928ca24..3464534 100644 --- a/config/webpack.github.js +++ b/config/webpack.github.js @@ -259,6 +259,9 @@ module.exports = { // // See: https://github.com/ampedandwired/html-webpack-plugin new HtmlWebpackPlugin({template: 'src/index.html', chunksSortMode: 'none'}), + + // Hack push state on github + new HtmlWebpackPlugin({template: 'src/index.html', filename: '404.html', chunksSortMode: 'none'}), // Plugin: DefinePlugin // Description: Define free variables.