We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0391778 commit 76325bdCopy full SHA for 76325bd
packages/babel-plugin-hot-reload/index.js
@@ -91,7 +91,6 @@ function hotRegister(name, content) {
91
}
92
93
function hotDeclare(path) {
94
- console.log('replacing', path.node.id);
95
path.replaceWith({
96
type: 'VariableDeclarator',
97
id: {
0 commit comments