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