18 Commits

Author SHA1 Message Date
c8bb0d7ccf feat(config): ability to include native source code from any path (#10698)
[skip ci]
2025-02-18 08:37:04 -08:00
b649c353fb feat(config): multi target support for swift packages (#10695) 2025-02-11 08:21:51 -08:00
c736f72fce feat(config): embed options for existing platform host projects (#10568) 2024-07-02 09:37:46 -07:00
b8fff3833e feat(webpack): allow custom 'projectName' on Xcode project name from config (#10550) 2024-06-28 14:43:16 -07:00
bbede5d795 feat(visionos): Vision Pro support (#10392) 2023-09-28 17:55:40 -07:00
09832ad7ab feat(ios): Swift Package Manager support in config (#10252) 2023-03-28 00:07:48 +02:00
11eb705433 chore: typo in config interface (#9855) 2022-04-06 19:02:10 -07:00
08d5656899 feat(config): add new option for pathsToClean 2022-03-07 13:00:07 +01:00
3ec8c42971 feat(config): cli.additionalPathsToClean to clean other paths with 'ns clean' (#9808) 2022-03-04 19:39:22 -08: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
37cc612263 types: cli and hooks types for config (#9625) 2021-11-29 19:17:43 +01:00
65f9598a0d feat(config): added option for ignoredNativeDependencies 2021-09-08 16:07:39 -07:00
0d4ccba60a chore: combine prettier with eslint (#9348) (#9360)
Co-authored-by: Martin Guillon <martin.guillon@akylas.fr>
2021-05-02 10:11:37 -07:00
03f1f3d5f5 chore: format and fix ci build 2020-09-25 15:58:39 -07:00
d69e568a4b fix: add missing configuration keys and move profiling out of android key (#8847) 2020-09-12 18:33:47 +02:00
757a2ffdf7 Update Config file 2020-08-30 12:36:04 -05:00
4abfc8a370 feat: add enableMultithreadedJavascript flag to config definition 2020-08-29 20:29:02 +02:00
020ad4da37 chore(core): monorepo, esm targeting, improved management (#8707) 2020-08-25 20:00:59 -07:00