Fix dev mode, turn off react concurrent mode, update dependencies
This commit is contained in:
parent
df71c54d37
commit
0438a099cf
76 changed files with 1466 additions and 689 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue