6 Commits

Author SHA1 Message Date
fefac9f554 feat(webpack): allow disabling nativescriptLibPath warning with a boolean 2022-07-13 15:25:51 -07:00
61ff7e4762 feat(webpack): read nativescript.config.ts main if set before fallback to package.json (#9769)
implements #9658

BREAKING CHANGES:

Possibly breaking if a project has a main field set in the nativescript.config.ts - since after this lands, this value will be used instead of package.json main.

The impact is likely very small, the steps to migrate:

    (Option A) remove main from nativescript.config.ts if set
    (Option B) update main to the correct path in nativescript.config.ts if set incorrectly
2022-02-18 13:39:04 +01:00
1627f52043 feat: warnOnce & graceful error handling 2021-04-01 17:55:45 +02:00
de13357a09 chore: fix tests 2021-03-31 21:33:30 +02:00
de5f67f7c8 chore: add JSDocs 2020-12-08 12:07:42 +01:00
741d4b242b feat: export Utils 2020-11-22 14:01:41 +01:00