vite-plugin-environment icon indicating copy to clipboard operation
vite-plugin-environment copied to clipboard

Warning when running vite build - The CJS build of Vite's Node API is deprecated.

Open KenEucker opened this issue 1 year ago • 0 comments

I am getting an error when building a vue 3 component library, traced to this line: node_modules/vite-plugin-environment/dist/index.cjs:26:19

Screenshot 2024-01-15 at 9 31 43 PM

The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated

KenEucker avatar Jan 16 '24 05:01 KenEucker