Watch SDK files too
This commit is contained in:
parent
daf72baa1d
commit
9833c399ea
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: {
|
||||
|
Loading…
Reference in New Issue
Block a user