mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
9b8cbed512
Using native node 8.x for less transpilations
12 lines
246 B
JavaScript
Executable File
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)
|