Skip to content

Commit 0cdce42

Browse files
committed
Update webpack.config.base.js
changed library output from ReactContextProvider to ReactTunnel
1 parent 90c3fc6 commit 0cdce42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ module.exports = {
2020
]
2121
},
2222
output: {
23-
library: 'ReactContextProvider',
23+
library: 'ReactTunnel',
2424
libraryTarget: 'umd'
2525
},
2626
resolve: {
2727
extensions: ['', '.js']
2828
}
29-
};
29+
};

0 commit comments

Comments
 (0)