mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-22 16:58:34 +00:00
* Reset Project to Single Package * Update CI * Resolve Conflicts * Update Publisher Name
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: {
|
|
},
|
|
};
|