ecency-mobile/config.js
2019-02-07 23:07:22 +03:00

10 lines
153 B
JavaScript

const config = {
transformer: {
getTransformOptions: () => ({
transform: { inlineRequires: true },
}),
},
};
module.exports = config;