Added NOW config file for dev shell
This commit is contained in:
5
shells/dev/now.json
Normal file
5
shells/dev/now.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "react-devtools-experimental",
|
||||
"alias": ["react-devtools-experimental"],
|
||||
"files": ["index.html", "build"]
|
||||
}
|
||||
@@ -37,7 +37,7 @@ mountButton.addEventListener('click', function() {
|
||||
}
|
||||
});
|
||||
|
||||
inject('./build/App.js', () => {
|
||||
inject('./build/app.js', () => {
|
||||
initDevTools({
|
||||
connect(cb) {
|
||||
const bridge = new Bridge({
|
||||
|
||||
Reference in New Issue
Block a user