mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-24 09:48:33 +00:00
10 lines
187 B
JavaScript
10 lines
187 B
JavaScript
|
/**
|
||
|
* This cli config is needed for development purposes, e.g. for running
|
||
|
* integration tests during local development or on CI services.
|
||
|
*/
|
||
|
|
||
|
module.exports = {
|
||
|
resolver: {
|
||
|
},
|
||
|
};
|