Package Exports
- clean-lovable
- clean-lovable/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clean-lovable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
clean-lovable
A CLI tool to fully remove all Lovable metadata from Lovable-generated projects.
Why?
delovable removes the lovable-tagger dependency but misses:
componentTaggerinvite.config.ts- Lovable meta tags in
index.html
clean-lovable handles all of it in one command.
Install
npm install -g clean-lovableUsage
Run inside any Lovable project folder:
cd your-lovable-project
clean-lovableWhat it removes
| File | What gets removed |
|---|---|
package.json |
lovable-tagger dependency |
vite.config.ts |
componentTagger import and usage |
index.html |
Lovable og:image and twitter meta tags |