Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NativeScript/nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
https://github.com/NativeScript/nativescript-dev-webpack

chore: update community files

22acdc43d8fe19a544e96881ddd930bc114c9a72 authored over 6 years ago
docs(CHANGELOG): refer to the migration guide for 0.12.0

8b9bc54a9169d5f5337328d9bc54c8a24e039a93 authored over 6 years ago
release: cut the 0.12.0

> [email protected] version /home/sis0k0/a/nativescript-dev-webpack
> rm package-lo...

c2eae8ab3883a80ef4d0e3a04131c511a23762b9 authored over 6 years ago
docs: add changelog for 0.12.0

> [email protected] version /home/sis0k0/a/nativescript-dev-webpack
> rm package-lo...

c3a9c6871c3dbf2447564889d1cd899b2752c01d authored over 6 years ago
refactor: add missing `androidNdkPath` option (#540)

be150f778d0579d00c059836750efcf658a7a70d authored over 6 years ago
fix-next: disable page registration for Angular apps (#538)

edce86ec7715ff5921064378ab5b7a8be1f65d67 authored over 6 years ago
fix: register XML-only custom components (#537)

Demo app - https://github.com/sis0k0/custom-components-test

aaf4e88719b6a7302903b5dd114622eba6f93207 authored over 6 years ago
chore: downgrade webpack version to 4.6 (#536)

Caused by: https://github.com/angular/devkit/pull/950

ca01938b600db19360114bb4f395f708f43cae6f authored over 6 years ago
Don't clean the destination app folder when webpack process is already running. (#535)

Fixes the case when the user executes the following commands:
tns run android --bundle --releas...

0264ada70dc36657f3f3f918eab1f96c67338f6d authored over 6 years ago
refactor: update worker-loader version and add setup instructions

7263809338eaaceb26d1a7f0f788bb7cdd043c90 authored over 6 years ago
fix-next: set default values for bundle config loader options

cb3ed4ccc7eb01fb73292b70d080fb07ef3e6a0e authored over 6 years ago
refactor: bump dependencies versions

a5c54c114bded6a33580479b04634e997da9c8ac authored over 6 years ago
fix-next: register custom components at build time (#529)

3e0f38177574893cf964c591e2b0b4206afc4772 authored over 6 years ago
fix: bundling of ts apps using linked plugins (#530)

c7117d7be9b212990ae98f8df426d3e0d2e1153f authored over 6 years ago
feat: add xml loader for elements from external namespaces (#525)

* feat: add xml loader for elements from external namespaces

* refactor: add comment about sp...

19bbc7e2d71a267d82facf1c635f4940d8783518 authored over 6 years ago
fix-next: read moduleRequires from app/package.json as well (#526)

d395fa3ad25d2f9e6ec5f10fc2a6e54babc95801 authored over 6 years ago
refactor(config): disable xml files copying (#497)

dd5fe11f33450dc1ca456434f31e7551129d78e5 authored over 6 years ago
fix-next: remove extra comma on Object.assign (#524)

This can't be parsed with node 6.

f397d61962d9dd4ca6c28b939749d742457cdfbf authored over 6 years ago
refactor: remove android-runtime 3.4< specific code (#520)

The plugin now works with 4.0+, so the logic for lower versions of the
android runtime is no lo...

bb54db13a73b2a6e12d3980e0655173220b73d0f authored over 6 years ago
fix-next: add tsconfig.esm.json to TS projects (#519)

8922c9611e756d165ec6ca454c237b6bcb56b8ef authored over 6 years ago
refactor: update webpack plugins to new plugin system (#523)

8ec3b8eceb8231a38c1064c5e07b621fcf960b36 authored over 6 years ago
refactor: remove obsolete NativeScriptJsonpPlugin (#522)

b48db7571dd48a5633026de572263e51078c79d1 authored over 6 years ago
refactor: rename common chunk to vendor

612cffd14b3cfd1acb12d8fb5896985add920441 authored over 6 years ago
fix-next: require the vendor chunk at start up

df5253d55775a517c97724b4bc1f2bcaf271fa83 authored over 6 years ago
refactor: use es2015 module target when bundling for Angular

8840f910ca345a7ce8b5b982f0522959ee2fdc2f authored over 6 years ago
refactor: set mode to production when uglify is passed

a2608cea7a544f61f66f446fd4663c5e4901438e authored over 6 years ago
refactor(configs): mark files inside `@angular/core` as using SystemJS style dynamic imports

70db73cf3e591ac49e18bd4a3aa3ed0c12491bdf authored over 6 years ago
feat: load bundle config and app css at build time

This will remove the need of a default bundle-config.js file in the app
templates.

f9bbea94929d780c0d4aa12c620b91495a015c0f authored over 6 years ago
refactor: simplify regex in webpack config

d02bd91f0dee8f01139e17c2c8d10c780164703e authored over 6 years ago
refactor: remove mangle excludes since the plugin will work only with {N} 4.0+

46b2501c81ff0d298e7359469861da263aab1f74 authored over 6 years ago
refactor: remove the vendor.ts/js files

9ad585f3f2b242c67137f97e31699aa2fb0a3594 authored over 6 years ago
feat: generate the snapshot entry module at build time

fixes #511

2ec80833d159584646d252cd053deef27743b8de authored over 6 years ago
feat: tweak the uglify configuration to enable compression for android

7a125ee2b2aa67cbb09b526c8eecf65459e25a9f authored over 6 years ago
feat: move all node modules to the common chunk (#507)

2ff43bf7d5f853b325bc780a4b8fe09664e9e188 authored over 6 years ago
refactor: read settings.json file in android runtime to determine V8 version (#509)

88de04bd06e284776bfc1bb407f7facae6d9afbc authored over 6 years ago
chore: add conventional-changelog-cli as devDependency

1212fa1fa4903a0995f8dd46ab1b4e4b06dec7f3 authored over 6 years ago
chore: remove package-lock.json before `npm version`

34fc12463651c58988b0d394d6b7e710934753c6 authored over 6 years ago
docs(CONTRIBUTING): remove package-lock.json note

The file is automatically removed by the `npm version` script now.

625cbdd78826a09063a0ac89c9c19eafd93f4188 authored over 6 years ago
feat: add webpack4 support (#495)

eefce39f3f9bcd351089a207eda93c58e902ca6d authored over 6 years ago
release: cut the 0.11.0 release

8fd544bc4c0b9e756ef7b20bd39bff7d5cc451d2 authored almost 7 years ago
feat: configure v8Version for snapshot tools (#503)

* Read v8 version from webpack.config.js

* use options instead of this.options

cf0d76b52d92690525526a6df3272d231c1b6890 authored almost 7 years ago
fix: bundling of Angular apps using linked TS plugins (#505)

41779adeddb599d9b9c654721e8aea5817e5a32a authored almost 7 years ago
fix: allow using the plugin via symlink (#501)

* fix: Allow using the plugin via symlink

Currently when the plugin is used with symlink, the...

a7acb4dd625b09a5fb40b58b52893dcc39882ab8 authored almost 7 years ago
release: cut the 0.10.2 release

075c445643f5b89b2ab7e4d56022a32fb7596e40 authored almost 7 years ago
chore: bump version to 0.10.2

ed4ad04797c0689b14b2aaa0fcf057022ad422ce authored almost 7 years ago
chore: Do not set INIT_CWD on any hook (#493)

Previously the INIT_CWD environment variable was set only in one of the hooks. In a recent PR, w...

afe62081a9a1423a0c3c9b4ac1470529a9b1be15 authored almost 7 years ago
chore: Update dependeny - nativescript-hook (#496)

Update nativescript-hook to 0.2.4. Release notes: https://github.com/NativeScript/nativescript-h...

d2bcb52f7125e820f373c8f530b9a3bdb6372639 authored almost 7 years ago
release: cut the 0.10.1 release

0b0fe4e43991658f6503de37385dfab932862fff authored almost 7 years ago
fix(configs/angular): use path relative to the appDir for the root

module

8e7aa0cc97bd9ce61a3796fd75369e233eb7ddaa authored almost 7 years ago
docs(CONTRIBUTING): add steps for publishing

cff739d7629cd97c50b6b51f8c09b5709394a492 authored almost 7 years ago
release: cut the 0.10.0 release

3b03c762fca40dd98a449b4a0157c74ac464e3c9 authored almost 7 years ago
docs(CONTRIBUTING): add 'publishing new versions' to the table of contents

34d3a2e44e2ecf8e27e8d9c157d0df598843bf99 authored almost 7 years ago
chore: add dependency to conventional-changelog-cli

The package is used by the npm preversion script for generating
changelog.

f45b6b6419790db9f429f1b27da701509557d2fc authored almost 7 years ago
chore: add npm version script

7bfb01316ca60775f0338973d95063bb03018f29 authored almost 7 years ago
fix-next: get properly project data from {N} CLI

53d38d36054f4d868d598917a9bf384227e63463 authored almost 7 years ago
Compare webpack.config files (#485)

* Compare current webpack.config.js and the one that will come from the installing version of na...

d917b65072d88a0e75a89ab76b6322333ea03f55 authored almost 7 years ago
fix(hooks): `after-watch` hook is not executed (#483)

The `after-watch` hook is not executed as it is not registered in the package.json. So it is nev...

a61cff45a9e4a344e90f3a2d54da4060c98b59dc authored almost 7 years ago
fix: Set INIT_CWD env in all before-* hooks (#480)

In a long living process, where the project can be changed, we need to set
the INIT_CWD environ...

b7ef84fe209fa09924bc774dd743092d5e81e9f9 authored almost 7 years ago
fix(hooks): Hooks not executed correctly when CLI is used as a library (#479)

When CLI is used as a library, the `$projectData` is not populated. Instead of using this inject...

87dd53d133aa5b6205336b32a417d3b3b5fe9cc0 authored almost 7 years ago
fix-next: export original mangle excludes array for backwards compatibility with {N} 3.4 (#478)

61a6f21d71a930523bf4561095082feeb9ad564d authored almost 7 years ago
refactor: remove old update scripts (#475)

0893b28cdfef0b9027496e9697752a3c69c9057b authored almost 7 years ago
refactor: reuse getProjectDir from nativescript-hook (#474)

0eab4af9b6fab3b750f98cf940fa03bd6453f764 authored almost 7 years ago
fix-next(nsCliHelpers): return undefined if no global CLI (#476)

496fa55015e7f248b973d86a5a240a95e095291d authored almost 7 years ago
fix: remove unnecessary comma (#472)

This excessive comma provokes some strange behavior on nodejs 6 and the file cannot be `require`d.

ce606065013e16f102786ee3f4144b0b7efc291a authored almost 7 years ago
fix-next: export uglifyMangleExcludes for backwards compatibility (#470)

reverts the breaking change caused by #461

7015346959f6babb049277b14ecc48044a0aafb2 authored almost 7 years ago
fix-next: copy only the target platform App Resources (#466)

When building for Android the App_Resources for iOS should be copied to the dist directory and v...

0344d56e4e62b42b2f8c0c6a2aee1250d5cafae9 authored almost 7 years ago
fix(prepare): clean platforms/.../app/ when running webpack (#465)

Every time we are running a new build with webpack the platforms/.../app/ dir should be deleted ...

cb2f51b0ea40619da8c0a5e230bb2b8542a24d9e authored almost 7 years ago
fix: remove progress indication (#468)

Remove progress indication as `webpack` [prints said indication on the `stderr`](https://github....

8961a932c8a7eae5c59fdb48bfd2c369d63201a1 authored almost 7 years ago
refactor: get app directory from CLI (#459)

* refactor: get app directory from CLI

* test: refactor to use NativeScriptCommonModule inste...

999232efa533cdd02aab5ece467c63a37e683f37 authored almost 7 years ago
test(e2e): fix appium capabilities for iPhone (#467)

efaafc61f75e336292aa1ec427658482e6e1713a authored almost 7 years ago
fix: remove mangle excludes (#461)

BREAKING CHANGES:

`uglifyMangleExcludes` is no longer exported from the
nativescript-dev-web...

d8a17a6fafd8c7d7ae9bf79122d012d4d18bc9c7 authored almost 7 years ago
Fix ENOENT error when `tns run --path myApp --bundle` command is executed (#462)

659d1e78c5ee9c4e71ddd49fe22ead473f038a31 authored almost 7 years ago
refactor: use webpack context when notifying CLI for changed files (#455)

9342eef14bb5da7b249937a2b9d9a6365b24880e authored almost 7 years ago
docs: add PR and ISSUE templates (#453)

f55cfb42b221a9935d5fb2afa72969060f121d9f authored almost 7 years ago
fix-next: ignore watching of hidden files (#456)

3728592f14274af483484acb4d378bce712ed77c authored almost 7 years ago
fix-next: cache package.json, starter.js and tns-java-classes.js between compilations (#444)

The starter assets shouldn't be emitted on each compilation cycle, when using webpack with watch...

889f5d562f1b4a955ba3cf7d29293f8973277a1e authored almost 7 years ago
fix: allow snapshot only in release (#448)

2dd9adcfb60061a935d6e6c5b18dc5c3c1d4b615 authored almost 7 years ago
feat: consume shouldprepare hook (#447)

adb896cd6615fa6a8b21685bdc0e557f602ad162 authored almost 7 years ago
fix: send arguments in watchPatterns hook (#449)

Need to send the arguments when we call the original method inside before-watchPatterns hook.

aa255bba8b69e470347669d98597cb5d930ced7d authored almost 7 years ago
feat(livesync): enable webpack with watch (#433)

* feat(livesync): enable webpack with watch

Plug into NativeScript CLI's LiveSync pipeline in...

847a56fa19a9bdc387543a45dc583602788d5c66 authored almost 7 years ago
docs(CONTRIBUTING): update guide to add info about running e2e tests (#424)

cfc0a57f6c745233960790eea4c62005b4e31393 authored almost 7 years ago
docs: add changelog for 0.9.2

65a9cfeb633061d414a67c60e1236e4d71b5c051 authored almost 7 years ago
release: cut the 0.9.2 release

7a013abbed223a29f3fc54cd695854622679f80f authored almost 7 years ago
fix(snapshot): use request module for http requests (#428)

Use 'request' node package for https requests and 'proxy-lib' for getting configured proxy setti...

01933e0a289ad89252b71bbf33fb4a47eecbe3ae authored almost 7 years ago
fix: clean snapshot artifacts on cleanApp hook (#423)

This fixes https://github.com/NativeScript/nativescript-cli/issues/3335

50c3ab91d23296e8e24a9a78bbad96a648203de5 authored almost 7 years ago
chore: update readme and contributing guide (#434)

0bb673a13ed824c18830af853a01c1a75395aecb authored almost 7 years ago
fix(uglify): prevent SideDrawer transition class names from being renamed (#426)

This should fix the issue:
```
JS: Warning: 't' is not supported when 'showOverNavigation' is ...

01203296c40e7d444df255bf0daeb2312d38698b authored almost 7 years ago
chore(ci): update iOS style image for TypeScriptApp (#418)

This is due to *1 px* difference caused by `[email protected]`.

06ce6952387417deb056bdc7105ee13a188cef7b authored about 7 years ago
docs: update LICENSE and CODE_OF_CONDUCT.md (#407)

df2a88f0d9bc4cc3b1816d89c6f2e666a21e748c authored about 7 years ago
docs: add missing words in contributing guide (#416)

18b1b524eee47f09648e0763cd078b6d6e7ab9d4 authored about 7 years ago
docs: update Contributing guide and deprecate old verify script (#409)

* chore: deprecate ns-verify-bundle script as it's no longer used in CI

* docs: update Contri...

d842c67bb13fc386b898c494c482e8e7b57f6e3d authored about 7 years ago
refactor: stop adding TS as dependency (#406)

* refactor: stop adding TS as dependency as it should be added in project template

* docs: re...

87680b684fdb1212f0b4ba9fedb1ffa65a70b4b6 authored about 7 years ago
chore: update to [email protected] and [email protected] (#410)

* chore: update to [email protected] and [email protected]

* chore(ci): update iOS style image for Ang...

1ad97ff48d21299c1a368820c8a9970ec606303c authored about 7 years ago
release: cut the 0.9.1 release

07ba1ae81e0a3f5b7857fac7fab3628b3a404688 authored about 7 years ago
docs: add changelog for 0.9.1

e423ddb8c2886a7a5093daef5b2c1b691d153b30 authored about 7 years ago
feat: use UglifyJsPlugin which support es6 code (#401)

* chore: add uglifyjs-webpack-plugin to project devDeps

* refactor: update webpack templates ...

34b1b9def5c688c01d4aa175b5bf47c03c652a92 authored about 7 years ago
fix(css): disable minification when using uglify (#383)

* fix(css): disable minification when using uglify

related to #154, #135
fixes #377

* ref...

8e1a5a68fd5e7d5b855bed31bfa8b8fbb1c359ae authored about 7 years ago
fix: support aot on windows (#392)

The compile host seems to use forward instead of backward slashes on windows.

8a20502557b370ae1c5a93cdb147c83f5c896bde authored about 7 years ago
fix: respect windows paths in /app.css regex (#385)

a37cca0cbf8cff413054ce44faad118f4977d728 authored about 7 years ago
docs(changelog): refer the migration guide for 0.9.0 (#375)

eeb1b8eb56a42b660736d42693830a8c6796190e authored about 7 years ago