Added NOW config file for dev shell

This commit is contained in:
Brian Vaughn
2019-02-12 21:09:50 -05:00
parent 95b859209f
commit aed1713154
2 changed files with 6 additions and 1 deletions

5
shells/dev/now.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "react-devtools-experimental",
"alias": ["react-devtools-experimental"],
"files": ["index.html", "build"]
}

View File

@@ -37,7 +37,7 @@ mountButton.addEventListener('click', function() {
}
});
inject('./build/App.js', () => {
inject('./build/app.js', () => {
initDevTools({
connect(cb) {
const bridge = new Bridge({