Fix dev mode, turn off react concurrent mode, update dependencies

This commit is contained in:
Ken-Håvard Lieng 2018-11-29 11:54:05 +01:00
parent df71c54d37
commit 0438a099cf
76 changed files with 1466 additions and 689 deletions

View file

@ -74,7 +74,7 @@ var (
func (d *Dispatch) initFileServer() {
if viper.GetBool("dev") {
indexScripts = []string{"bundle.js"}
indexScripts = []string{"boot.js", "main.js"}
} else {
bootloader := decompressedAsset(findAssetName("boot*.js"))
runtime := decompressedAsset(findAssetName("runtime*.js"))