1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/scripts/rollup/nuxt.js
Clark Du ef7a42649d misc: improve coverage and packaging ()
nuxt-start and nuxt/legacy are also coming!
2018-03-28 02:58:17 +04:30

7 lines
106 B
JavaScript

import config from './rollup.config'
export default config({
name: 'nuxt',
input: './lib/nuxt.js'
})