1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

fix prod config (#3277)

This commit is contained in:
songjiaqi1
2019-04-15 11:12:46 +08:00
committed by Daniel Pan
parent 4136bfda8c
commit 76c011aa8f

View File

@@ -89,6 +89,7 @@ module.exports = {
orgAdmin: [require.resolve('./polyfills'), paths.appSrc + "/pages/org-admin"],
sysAdmin: [require.resolve('./polyfills'), paths.appSrc + "/pages/sys-admin"],
viewDataGrid: [require.resolve('./polyfills'), paths.appSrc + "/view-file-ctable.js"],
viewCdoc: [require.resolve('./polyfills.js'), path.appSrc + "/view-file-cdoc.js"]
},
output: {