Nuxt/distributions/nuxt/src/index.js
Clark Du 9df5f49e07 feat: split builder into more refined modules (#4171)
New packages:
- `@nuxt/webpack`
- `@nuxt/generator`
2018-10-24 20:25:18 +03:30

4 lines
89 B
JavaScript

export * from '@nuxt/core'
export * from '@nuxt/builder'
export * from '@nuxt/generator'