Nuxt/start/index.js

17 lines
356 B
JavaScript
Raw Normal View History

2017-06-21 16:32:57 +00:00
/*!
* Nuxt.js
* (c) 2016-2017 Chopin Brothers
* Core maintainer: Pooya (@pi0)
* Released under the MIT License.
*/
// Node Source Map Support
// https://github.com/evanw/node-source-map-support
2017-06-27 18:00:03 +00:00
require('source-map-support').install()
2017-06-21 16:32:57 +00:00
// Fix babel flag
/* istanbul ignore else */
process.noDeprecation = true
module.exports = require('./dist/core')