antfu / purge-icons

🎐 Bundles icons on demand
https://www.npmjs.com/package/purge-icons
MIT License
229 stars 18 forks source link

Missing plugin.js in nuxt-purge-icons-module #6

Closed hannoeru closed 3 years ago

hannoeru commented 3 years ago

Hi, after I downloaded nuxt-purge-icons-module package, I can't find plugin.js in package folder.

antfu commented 3 years ago

Is that a common practice for nuxt plugins to provide a preconfigured plugin.js?

Before that, you can see https://github.com/antfu/purge-icons/tree/main/examples/nuxt as an example

hannoeru commented 3 years ago

Yes it is, you did provide a plugin.js in nuxt-purge-icons-module too. But l think lerna didn't publish plugin.js to npm. Example will work is because it use workspace package.

antfu commented 3 years ago

Fixed in 0.4.3. Thanks.