-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
integration: vitestatus: waiting for maintainerThese issues haven't been looked at yet by a maintainer.These issues haven't been looked at yet by a maintainer.
Description
Search keywords
@pigment-css/vite-plugin
Latest version
- I have tested the latest version
Summary
import { defineConfig } from 'vite'
import { pigment } from '@pigment-css/vite-plugin';
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), pigment({})],
optimizeDeps: {
include: ['react-is', 'prop-types']
}
})Console putput:
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
9:57:29 PM [vite] vite.config.ts changed, restarting server...
The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
9:57:29 PM [vite] (client) Re-optimizing dependencies because vite config has changed
9:57:29 PM [vite] server restarted.
Examples
No response
Motivation
No response
o-alexandrov and cm-ayf
Metadata
Metadata
Assignees
Labels
integration: vitestatus: waiting for maintainerThese issues haven't been looked at yet by a maintainer.These issues haven't been looked at yet by a maintainer.