Nuxt/index.js

12 lines
208 B
JavaScript
Raw Normal View History

2017-05-30 13:14:10 +00:00
/*!
* Nuxt.js
* (c) 2016-2017 Chopin Brothers
* Released under the MIT License.
*/
2017-01-11 21:18:23 +00:00
2017-03-24 01:15:13 +00:00
process.noDeprecation = true
2017-01-11 21:18:23 +00:00
var Nuxt = require('./dist/nuxt.js')
module.exports = Nuxt.default ? Nuxt.default : Nuxt