Nuxt/index.js

13 lines
226 B
JavaScript
Raw Normal View History

2017-01-11 21:18:23 +00:00
/*
** Nuxt.js
** Made by Chopin Brothers
** @Atinux & @alexchopin
*/
2017-03-24 01:15:13 +00:00
// Until babel-loader 7 is released
process.noDeprecation = true
2017-01-11 21:18:23 +00:00
var Nuxt = require('./dist/nuxt.js')
module.exports = Nuxt.default ? Nuxt.default : Nuxt