|
|
|
|
|
by jessaustin
2556 days ago
|
|
That's a nice link that points to some details I haven't had to consider before. I'm not sure what's going on with the "public-url" flag, because I've never needed to use that and when I look up the default [0] it says "/" which is what one would expect. Maybe this is just out of date? I don't care much about typescript or ie11, but if there are specific improvements that could be made you could open a PR. I don't think parcel concerns itself with deploying to separate CDNs. You can do that in npm! Does anything need to be built differently to support that? Maybe just keep files bound for different CDNs in different directories? [0] https://parceljs.org/cli.html#set-the-public-url-to-serve-on |
|