mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: fix lint issues
This commit is contained in:
parent
7ae8483d21
commit
b010e83008
@ -1,7 +1,6 @@
|
||||
// Based on https://github.com/egoist/rollup-plugin-esbuild (MIT)
|
||||
|
||||
import { existsSync, statSync } from 'fs'
|
||||
import { extname, resolve, dirname, join, relative } from 'path'
|
||||
import { extname, relative } from 'path'
|
||||
import { Plugin, PluginContext } from 'rollup'
|
||||
import { startService, Loader, Service, TransformResult } from 'esbuild'
|
||||
import { createFilter, FilterPattern } from '@rollup/pluginutils'
|
||||
|
Loading…
Reference in New Issue
Block a user