source: node_modules/vue/index.js@ a70b5a4

Last change on this file since a70b5a4 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 171 bytes
RevLine 
[57e58a3]1'use strict'
2
3if (process.env.NODE_ENV === 'production') {
4 module.exports = require('./dist/vue.cjs.prod.js')
5} else {
6 module.exports = require('./dist/vue.cjs.js')
7}
Note: See TracBrowser for help on using the repository browser.