We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066ea9b commit 55c36eeCopy full SHA for 55c36ee
dist/vue.common.js
@@ -1,5 +1,5 @@
1
if (process.env.NODE_ENV === 'production') {
2
module.exports = require('./vue.common.prod.js')
3
-} else {
+} else if() {
4
module.exports = require('./vue.common.dev.js')
5
}
0 commit comments