mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
fix(nitro): revert to main rollup import (closes #1445)
This commit is contained in:
parent
a382bf02ff
commit
d2cc9e4bd0
@ -1,6 +1,6 @@
|
||||
import { relative, resolve, join } from 'pathe'
|
||||
import consola from 'consola'
|
||||
import * as rollup from 'rollup/dist/rollup.js'
|
||||
import * as rollup from 'rollup'
|
||||
import fse from 'fs-extra'
|
||||
import { printFSTree } from './utils/tree'
|
||||
import { getRollupConfig } from './rollup/config'
|
||||
|
Loading…
Reference in New Issue
Block a user