mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
ea8c2a6505
* feat: move build to packages * fix: remove build in eslint * refactor: rename nuxt-build to nuxt-pack
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
import config from './packages/nuxt-pack/rollup.config'
|
|
|
|
export default config({
|
|
rootDir: __dirname,
|
|
input: './lib/index.js'
|
|
})
|