feat(client-routes): Add react-router-dom for client-side routing

This commit is contained in:
Stuart Taylor
2018-08-01 12:40:44 +01:00
committed by mrugesh mohapatra
parent acf07d70c4
commit bbeb7d16c2
2 changed files with 1 additions and 6 deletions

3
package-lock.json generated
View File

@ -7690,8 +7690,7 @@
"version": "0.1.1", "version": "0.1.1",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
"dev": true, "dev": true
"optional": true
}, },
"json-schema": { "json-schema": {
"version": "0.2.3", "version": "0.2.3",

View File

@ -23,8 +23,4 @@ html(lang='en').full-size
fccTheme = null; fccTheme = null;
} }
})(); })();
<<<<<<< 00fc9f0fa407f89275afcecefa495ce0ab4a9973
script(src=cacheBreaker(rev('/js', 'client-app.js'))) script(src=cacheBreaker(rev('/js', 'client-app.js')))
=======
script(src=cacheBreaker(rev('/js', 'bundle.js')))
>>>>>>> chore(unused): Remove unused files