Open daiyam opened 2 years ago
Looks like the helper function that the TypeScript compile added to edit.js
https://unpkg.com/jsonc-parser@3.1.0/lib/umd/impl/edit.js
(var __assign = (this && this.__assign) || function () {...
). confuses ncc and it would no longer replace require('./format').
Hello,
I'm using
ncc
to bundle a vscode extension which is using the jsonc-parser library. Withv3.0.0
, I don't have any issue. Withv3.1.0
,ncc
doesn't produce any errors but when running the extension, I getCannot find module './format'
Do you have any advice?