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 5573485 commit 7cad54dCopy full SHA for 7cad54d
src/components/CodeEditor.vue
@@ -52,7 +52,7 @@ const codemirror = () => import(/* webpackChunkName: "cmLoader" */ '@/cmLoader.j
52
return module.default;
53
});
54
55
-const DEV = process.env.NODE_ENV === 'production'; // dev
+const DEV = process.env.NODE_ENV !== 'production';
56
57
58
export default {
0 commit comments