mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
Data grid module (#3210)
* Initialize the sdb file loading process * add ctable view module * change logo to name * optimized code
This commit is contained in:
@@ -194,6 +194,11 @@ module.exports = {
|
||||
require.resolve('react-dev-utils/webpackHotDevClient'),
|
||||
paths.appSrc + "/pages/sys-admin",
|
||||
],
|
||||
viewDataGrid: [
|
||||
require.resolve('./polyfills'),
|
||||
require.resolve('react-dev-utils/webpackHotDevClient'),
|
||||
paths.appSrc + "/view-file-ctable.js",
|
||||
],
|
||||
},
|
||||
|
||||
output: {
|
||||
|
Reference in New Issue
Block a user