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

Rich editor add (#3261)

* add cdoc editor

* add translation
This commit is contained in:
songjiaqi1
2019-04-13 10:15:20 +08:00
committed by Daniel Pan
parent 704778d788
commit 3dd6c4ba95
10 changed files with 278 additions and 25 deletions

View File

@@ -204,6 +204,11 @@ module.exports = {
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/view-file-ctable.js",
],
viewCdoc: [
require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/view-file-cdoc.js",
]
},
output: {