Viktor Kasap
Viktor Kasap
Алиасы могут помочь решить споры, т.е группировать не по вложенности, а по типам
фасад хорошая идея но не спасет от вложенностей и не группирует импорты, вообще к этой задаче если добавить фасад то будет красота 😄 это не супер актуально может быть, но...
WIP #1152 добавил vite.config.js добавил скрипты билда и запуска, надо будет скрипт watch добавить
I checked from your [repo](https://github.com/ol-loginov/parcel-namer-rewrite-issues/tree/10), not work Added myscript.js to 404.html, and after build myrewrite/js/myscript.js does not exist Screen https://share.cleanshot.com/VxNmt0
 It seems to work as it should, but the file is empty inside =/ - Работает как надо вроде бы, но файл пустой внутри =/
Does it work with parcel2? Could you please show file package.json?
> This works with Parcel2. > > ``` > { > … > "scripts": { > "start": "parcel src/*.html", > "build": "parcel build src/*.html --no-source-maps --public-url ./", > "prebuild": "rimraf...
> Yes, thats described in the readme of this plugin. You helped a lot. Thanks =) But if the same lines are added to package.json, it will not work. Works...