1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 23:34:45 +00:00

[shared upload link] rewrote it with react (#4611)

* [shared upload link] rewrote it with react

* modification
This commit is contained in:
llj
2020-10-20 16:24:25 +08:00
committed by GitHub
parent 5d41064329
commit 25cee90eda
18 changed files with 1066 additions and 15 deletions

View File

@@ -210,6 +210,11 @@ module.exports = {
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/pages/search",
],
uploadLink: [
require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/pages/upload-link",
]
},
output: {