Watch SDK files too
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -66,5 +66,3 @@ buck-out/
|
||||
|
||||
|
||||
/package-lock.json
|
||||
|
||||
metro.config.js
|
||||
|
||||
@@ -5,7 +5,12 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
const path = require('path');
|
||||
|
||||
const packageFolder = path.resolve('./node_modules/bigbluebutton-mobile-sdk/');
|
||||
|
||||
module.exports = {
|
||||
watchFolders: [packageFolder],
|
||||
transformer: {
|
||||
getTransformOptions: async () => ({
|
||||
transform: {
|
||||
|
||||
Reference in New Issue
Block a user