mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-29 18:47:39 +08:00
build: restore cjs entry files
This commit is contained in:
parent
c63d43c830
commit
3a27b6b3e1
5
dist/vue.common.js
vendored
Normal file
5
dist/vue.common.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./vue.common.prod.js')
|
||||
} else {
|
||||
module.exports = require('./vue.common.dev.js')
|
||||
}
|
5
dist/vue.runtime.common.js
vendored
Normal file
5
dist/vue.runtime.common.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./vue.runtime.common.prod.js')
|
||||
} else {
|
||||
module.exports = require('./vue.runtime.common.dev.js')
|
||||
}
|
Loading…
Reference in New Issue
Block a user