chore: enable devtools (#16)
This commit is contained in:
parent
9dd28ca789
commit
a849cdbc34
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
if (process.env.NODE_ENV === 'development') {
|
||||||
|
require('preact/debug')
|
||||||
|
}
|
||||||
|
|
||||||
import { render } from 'preact'
|
import { render } from 'preact'
|
||||||
|
|
||||||
import App from './App'
|
import App from './App'
|
||||||
|
|
Loading…
Reference in a new issue