1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 03:10:45 +00:00
seahub/frontend/.babelrc
杨顺强 873c49d30e
Upgrade webpack 2 (#4748)
* update webpack to version 4

* repair build bug

* update package code

* optimize package script

* update seafile-editor version

* repair code bug
2020-12-15 18:00:39 +08:00

4 lines
68 B
Plaintext

{
"presets": ["react-app"],
"plugins": ["dynamic-import-node"]
}