mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
module.exports = function (api) {
|
|
api.cache.forever();
|
|
|
|
return {
|
|
presets: ['@babel/preset-env'],
|
|
};
|
|
};
|