mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Upgrade to NodeJS 12
Update javascript deps to latest version. Rebuild assets - Keep `stylehint` in a lower version because starting at v9.0.0 it generates too much errors. We might fix them later. - Don't touch `materialize-css` to avoid too much side effect. We might update it later (to 1.0.0).
This commit is contained in:
parent
092cab5695
commit
dce3c84c9c
20 changed files with 3824 additions and 3157 deletions
9
.babelrc
9
.babelrc
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"presets": [
|
||||
["env", {"modules": false}]
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"modules": false
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue