mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2025-12-06 06:36:29 +00:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
module.exports = function(api) {
|
|
api.cache(true);
|
|
return {
|
|
plugins: [['@babel/plugin-transform-modules-commonjs', { lazy: true }]],
|
|
};
|
|
};
|