Closed benmccann closed 2 months ago
This breaks new Nuxt installs (and any other use of unplugin
without webpack) as this is now imported directly into the main entrypoint of unplugin
:
https://unpkg.com/browse/unplugin@1.13.0/dist/index.mjs
Maybe a dynamic import?
Describe the feature
webpack-sources
is a dependency of this project and is pulled in whether or not you are usingwebpack
. It is also a dependency ofwebpack
, so I believe it could be made an optional peer dependency hereAdditional information