Oleg
Oleg
What if I have freebsd build machine? How to manage without binary modules for freebsd?
Yes, dashes in environment variables are no good. Thanks for report! I've changed "PARCEL-NAMER-REWRITE-PROFILE" to "PARCEL_NAMER_REWRITE_PROFILE" in version 2.10.3-rc.2 https://github.com/ol-loginov/parcel-namer-rewrite/commit/0bdcb0ee5494fe752db54d9f6cca10fbb26eb389
This namer is responsible for dist folder tree and file names there. I'm not sure, but I believe it's the parcel who links files together. Is it possible to achieve...
I've created a repo to reproduce this issue, but failed to get ENOENT Please, look at the https://github.com/ol-loginov/parcel-namer-rewrite-issues/tree/10 I'm not familiar with yarn, but is it a correct example to...
Nothing has changed. It should inside root element, like this: ``` { // ... "parcel-namer-rewrite": { "chain": "@parcel/namer-default", "rules": { "(.*).css": "assets-rewrite/css/$1{.hash}.css", "(.*).js": "assets-rewrite/js/$1{.hash}.js", "(.*).(jpg|png|gif|svg|webp|avif)": "assets/img1/$1.$2" } }, // .......
Ok, there is the branch for this issue https://github.com/ol-loginov/parcel-namer-rewrite-issues/tree/12 There are 2 issues: 1) Plugin uses file name returned by default namer. And as long as your "myscript.js" is not...
This is because of optimization. Unused function `test` has been thrown away. You should "exports" stuff that you need outside the file. For example, call a function, use `exports` or...
Vote for it I'd like to have a complete example too :) I got output.txt and pickle file. But have no idea how to use it or visualize the reading...
Sure, here you go. Actually it has a low priority issue for me, because it's listed now in Google Games screen. You may even ignore this issue completely - I...
That should do it, `"hashing": "never"` is enough to remove hashes completely