mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
64f81bc316
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
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
module.exports = {
|
|
plugins: function () {
|
|
return [
|
|
require('autoprefixer'),
|
|
];
|
|
}
|
|
};
|