1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +00:00

[repo snapshot] rewrote it with react

This commit is contained in:
llj
2019-06-15 15:11:35 +08:00
parent ac8dae56ca
commit a892b992ed
9 changed files with 507 additions and 2 deletions

View File

@@ -204,6 +204,11 @@ module.exports = {
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/repo-history.js",
],
repoSnapshot: [
require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/repo-snapshot.js",
],
repoFolderTrash: [
require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),