fix(nitro): revert to main rollup import (closes #1445)

This commit is contained in:
Pooya Parsa 2021-10-25 18:32:20 +02:00
parent a382bf02ff
commit d2cc9e4bd0

View File

@ -1,6 +1,6 @@
import { relative, resolve, join } from 'pathe' import { relative, resolve, join } from 'pathe'
import consola from 'consola' import consola from 'consola'
import * as rollup from 'rollup/dist/rollup.js' import * as rollup from 'rollup'
import fse from 'fs-extra' import fse from 'fs-extra'
import { printFSTree } from './utils/tree' import { printFSTree } from './utils/tree'
import { getRollupConfig } from './rollup/config' import { getRollupConfig } from './rollup/config'