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:
@@ -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: [
|
||||
|
Reference in New Issue
Block a user