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
|
/package-lock.json
|
||||||
|
|
||||||
metro.config.js
|
|
||||||
|
@ -5,7 +5,12 @@
|
|||||||
* @format
|
* @format
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
const path = require('path');
|
||||||
|
|
||||||
|
const packageFolder = path.resolve('./node_modules/bigbluebutton-mobile-sdk/');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
watchFolders: [packageFolder],
|
||||||
transformer: {
|
transformer: {
|
||||||
getTransformOptions: async () => ({
|
getTransformOptions: async () => ({
|
||||||
transform: {
|
transform: {
|
||||||
|
Loading…
Reference in New Issue
Block a user