This website requires JavaScript.
Explore
Help
Sign In
devol
/
wallabag
mirror of
https://github.com/wallabag/wallabag.git
Watch
1
Star
0
Fork
You've already forked wallabag
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
69bc7ab226
wallabag
/
.babelrc
11 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adds Webpack support and removes the use for Grunt Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
2017-03-31 20:21:41 +02: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).
2020-08-25 12:22:29 +02:00
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
Adds Webpack support and removes the use for Grunt Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
2017-03-31 20:21:41 +02: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).
2020-08-25 12:22:29 +02:00
]
Adds Webpack support and removes the use for Grunt Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
2017-03-31 20:21:41 +02:00
}