Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Created February 1, 2020 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anton-gorbikov/9bb7cdcd0f525e33463cae003bb2372c to your computer and use it in GitHub Desktop.
Save anton-gorbikov/9bb7cdcd0f525e33463cae003bb2372c to your computer and use it in GitHub Desktop.
fable-routing-webpack
// imports
module.exports = {
entry: './src/app.fsproj',
devServer: {
contentBase: './dist',
open: 'google-chrome',
historyApiFallback: true
},
// rest of the config
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment