mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
/*!
|
|
* Nuxt.js
|
|
* (c) 2016-2017 Chopin Brothers
|
|
* Released under the MIT License.
|
|
*/
|
|
|
|
process.noDeprecation = true
|
|
|
|
var Nuxt = require('./dist/nuxt.js')
|
|
|
|
module.exports = Nuxt.default ? Nuxt.default : Nuxt
|