UNPKG
gatsby-plugin-nerv
Version:
latest (0.0.1)
0.0.1
A Gatsby plugin which replaces React with Nerv
gatsby-plugin-nerv
/
gatsby-browser.js
7 lines
(6 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
exports
.
onClientEntry
=
function
(
) {
if
(process.
env
.
NODE_ENV
!==
"production"
) {
require
(
"nerv-devtools"
); } };