davidmyersdev/vite-plugin-node-polyfills

warning Workspaces can only be enabled in private projects.

nflaig opened this issue · 2 comments

nflaig commented

Using this package in a yarn workspace repository causes the following warning

warning Workspaces can only be enabled in private projects.

This is due to the fact that this project has a workspace config but it not tagged as private

"workspaces": [
"."
],

Is there any reason why this workspace setting is required?

nflaig commented

Is there any reason why this workspace setting is required?

Nope! Just a leftover relic from when I was using Yarn Berry.