mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-13 17:45:45 +08:00
15 lines
268 B
JavaScript
15 lines
268 B
JavaScript
module.exports = {
|
|
projectRoot: `${__dirname}/example`,
|
|
watchFolders: [
|
|
__dirname,
|
|
],
|
|
transformer: {
|
|
getTransformOptions: async () => ({
|
|
transform: {
|
|
experimentalImportSupport: false,
|
|
inlineRequires: false,
|
|
},
|
|
})
|
|
}
|
|
};
|