chore: initial deploy for code base
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const babelOptions = require('@strata/babel');
|
||||
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
|
||||
return babelOptions();
|
||||
}
|
||||
Reference in New Issue
Block a user