julian

Results 4 comments of julian

I see, looking forward to it. Thanks for reply On Fri, Nov 15, 2019 at 12:38 AM KUR wrote: > Recently I've been working on a semi-automatic way to generate...

> Thanks for reporting! I've notified the LWR team (LWR is not hosted in this repo, which is for the the LWC open-source framework). @nolanlawson What is the correct way...

I got it to work on windows months ago (at least development mode, prod doesn't work) by changing these files @lwrjs\asset-registry/build/cjs/index.cjs ``` async delegateGetAsset(assetIdentifier) { if (assetIdentifier.specifier.includes('\\') && assetIdentifier.specifier.includes('assets')) {...

You need to edit in index.js this line: const checkCommandForIO = element => !element.includes('-outform') && (element.includes('-in') || element.includes('-out') || element.includes('-keyout') || element.includes('-signkey') || element.includes('-key'))