Skip to content

Commit

Permalink
fix: update rollup-pluginutils import (vitejs#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Oct 25, 2020
1 parent 344a86a commit dcf1eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/server/serverPluginCss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import qs from 'querystring'
import chalk from 'chalk'
import { InternalResolver } from '../resolver'
import { clientPublicPath } from './serverPluginClient'
import { dataToEsm } from 'rollup-pluginutils'
import { dataToEsm } from '@rollup/pluginutils'

export const debugCSS = require('debug')('vite:css')

Expand Down

0 comments on commit dcf1eaa

Please sign in to comment.