1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

[repo history] rewrote it with react (#3541)

* [repo history] rewrote it with react

* [repo history] update
This commit is contained in:
llj
2019-05-27 17:48:58 +08:00
committed by Daniel Pan
parent 07881f6ff9
commit 4640cd9e99
10 changed files with 595 additions and 4 deletions

View File

@@ -199,6 +199,11 @@ module.exports = {
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/settings.js",
],
repoHistory: [
require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/repo-history.js",
],
orgAdmin: [
require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),