extension-js / extension.js

🧩 Plug-and-play, zero-config, cross-browser extension development tool.
https://extension.js.org
MIT License
3.46k stars 80 forks source link

Files imported from a "public/" path should not be emitted elsewhere #110

Open cezaraugusto opened 2 weeks ago

cezaraugusto commented 2 weeks ago

Right now if you import myImage from './public/path/my-image' the output path will be both '/public/path/my-image' and /assets/my-image, which is wrong.