mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-21 19:56:17 +03:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
const config = {
|
|
transformer: {
|
|
getTransformOptions: () => ({
|
|
transform: { inlineRequires: true },
|
|
}),
|
|
},
|
|
};
|
|
|
|
module.exports = config;
|