UNPKG

expo-template-basic

Version:

The Base project template includes the minimum dependencies to run and an empty root component.

15 lines (14 loc) 237 B
module.exports = function(api) { api.cache(false); return { presets: ['babel-preset-expo'], plugins: [ [ 'babel-plugin-root-import', { rootPathSuffix: 'src', }, ], ], }; };