Skip to content

Commit

Permalink
HACK pushstate on github
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Apr 13, 2016
1 parent 19fcb6b commit ef4c388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/webpack.github.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef4c388

Please sign in to comment.