Nuxt/lib/index.js
Pooya Parsa 9b8cbed512 perf: remove rollup build
Using native node 8.x for less transpilations
2017-12-12 13:12:29 +03:30

12 lines
246 B
JavaScript
Executable File

/*!
* Nuxt.js
* (c) 2016-2017 Chopin Brothers
* Core maintainer: Pooya Parsa (@pi0)
* Released under the MIT License.
*/
const core = require('./core')
const builder = require('./builder')
module.exports = Object.assign({}, core, builder)