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

Add excl draw module 2 (#7658)

* init exceldraw module

* excalidraw demo

* i18n fixed bug

* exceldraw change to excalidraw

* lang setting

---------

Co-authored-by: 杨顺强 <978987373@qq.com>
Co-authored-by: First <first@FirstdeMacBook-Pro.local>
This commit is contained in:
zhichaona
2025-03-24 14:11:58 +08:00
committed by GitHub
parent ef9be3fed1
commit ff7fd0f0d5
23 changed files with 1597 additions and 32 deletions

View File

@@ -627,6 +627,12 @@ module.exports = function (webpackEnv) {
// Make sure to add the new loader(s) before the "file" loader.
],
},
{
test: /\.m?js$/,
resolve: {
fullySpecified: false
}
}
].filter(Boolean),
},
plugins: [