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

[terms & conditions] accept: rewrote it with React (#4279)

This commit is contained in:
llj
2019-11-21 11:34:08 +08:00
committed by Daniel Pan
parent 4b3050354f
commit c399879011
6 changed files with 98 additions and 1 deletions

View File

@@ -54,6 +54,11 @@ module.exports = {
// initialization, it doesn't blow up the WebpackDevServer client, and
// changing JS code would still trigger a refresh.
],
TCAccept: [
require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/tc-accept.js",
],
wiki: [
require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),