vue3-core/packages/vue-vapor/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
183 B
JavaScript
Raw Normal View History

'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/vue-vapor.cjs.prod.js')
} else {
module.exports = require('./dist/vue-vapor.cjs.js')
}