mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-12 19:20:46 +02:00
6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
module.exports = function (api) {
|
|
api.cache(true);
|
|
const presets = [[ "@babel/env", { "targets": "> 1%, not dead" } ]];
|
|
return { presets }
|
|
}
|