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

feat: support for Angular 5.1 (#374)

5a40330ae53d57d91444f41d1f106ce08daaeb6a authored about 7 years ago
docs: add changelog for 0.9.0 (#371)

0aa55e42b13cd1fcbd45112632b4b3dc77a3e242 authored about 7 years ago
fix(snapshot): interrupt the webpack build on error (#369)

* fix(snapshot): interrupt the webpack build on error

* refactor(snapshot): validate plugin o...

0a6d1b95930e7e3a0e2238278520150795895941 authored about 7 years ago
refactor: improve build/watch messages (#363)

8c7a4f4dc84a56d81b9bc90698fde91ca918f50f authored about 7 years ago
refactor: remove tsconfig.aot.json file (#366)

The angular compiler options inside tsconfig.aot.json are not needed for webpack compilation.

e244caebf00552b25c12efbb2b7e7ba2fc443dc6 authored about 7 years ago
refactor: remove adding of npm scripts (#367)

The plugin should be used through the nativescript cli now:
```
tns run android|ios --bundle
```

aa7aac0d00a3e84a41749504e92e61a27f68d0b9 authored about 7 years ago
refactor(debugging): Add vscode launch options to allow debugging the webpack process (#364)

This will allow debuggin the AngularApp's webpack process from VSCode,
open at the root of the ...

0e21852cf3d87769f35d772a4f637b08a35b245b authored about 7 years ago
refactor: Add options to the @ngtools/webpack loaders for workers support (#362)

Loading the .ts files for WebWorkers using the @ngtools/webpack requires
at least the tsConfigP...

0ff5b438ad872aa0c2a1d196d398c33a93144007 authored about 7 years ago
refactor: Show watch state messages only when webpack is watching (#358)

When run with `webpack --watch` the WatchStateLoggerPlugin
will print console messages with the...

ab3ae97bf297d4ccc798e4d96becff87ff9abab1 authored about 7 years ago
refactor(angular5): Declare the app.module.ngfactory.d.ts generated by ngc with AoT (#361)

The angular compiler will generate dynamically the app.module.ngfactory.d.ts.
For plain tsc to ...

dc777a28755fcd62e4553a5b98c13f9345bc6a5a authored about 7 years ago
feat(sass): add conditional sass deps for webpack (#355)

Add sass dependency only if the dev-sass plugin is already installed.

f51241cf84e9027a9066666ff3f749aa9e7a47d5 authored about 7 years ago
fix(compiler): reject promise with real error (#350)

* fix(compiler): reject promise with real error

When the webpack compiler fails, the error is...

0b9febe9f2e53e6192c36aae8c1ff9924aaabd1a authored about 7 years ago
chore: update runtimes in demos to next (#353)

d5eb7b2dde9bdf9b84702fde055fe1d89f9fcb0f authored about 7 years ago
refactor(template): update css regexes for angular (#352)

0ef702188377fdf6d46b85fe544e0e5053b9b7c0 authored about 7 years ago
Revert "feat(deps): add required dependencies for sass files (#351)" (#354)

This reverts commit b7f7026e69e5d9bd965062f33ca0958980dde596.

813667a142b88c97a255c3f46a80f0322fef5a68 authored about 7 years ago
feat(deps): add required dependencies for sass files (#351)

b7f7026e69e5d9bd965062f33ca0958980dde596 authored about 7 years ago
Revert "refactor: loadChildren to work with ~/path and ./path both relative to app/" (#349)

* Revert "fix(update-ns-webpack): make it possible to call as executable (#347)"

This reverts...

2972f03c3e9dede67feece6975bf2cc68bef86f1 authored about 7 years ago
Revert "chore: add update-ns-webpack to scripts (#346)" (#348)

This reverts commit 8bd887bd7daec94ee98f59b346ee4451baeae4d3.

d5ec75c0451ae6a1962b11c66940f3be47d44bd2 authored about 7 years ago
fix(update-ns-webpack): make it possible to call as executable (#347)

9fa7656f46993f8c65a5ca9b0e1172244db1e925 authored about 7 years ago
refactor: remove building through npm scripts (#336)

* Comply docs with new way of webpacking

* Remove npm run script support

* Fix README

6e63e3ced637f5a06598e988e98d7f387b336d94 authored about 7 years ago
chore: add update-ns-webpack to scripts (#346)

8bd887bd7daec94ee98f59b346ee4451baeae4d3 authored about 7 years ago
refactor: loadChildren to work with ~/path and ./path both relative to app/ (#338)

It turns out the ./path for loadChildren have never worked as relative to the routes module,
an...

49ef411a54981c925296d82eac397a4183f57bd2 authored about 7 years ago
refactor: Refactor moduleId: __filename to moduleId: module.id, implement compat loader for webpack (#337)

The angular 5 framework will typecheck the moduleId is a string,
while in webpack scenarios the...

715e13b0c0b23804ffd87749be93aead537807e9 authored about 7 years ago
fix(snapshot): use autoclose option on writestream (#345)

3967d7961b2609cc4da5d92fa4f8cad153b64f57 authored about 7 years ago
feat: Configure the vendor scripts to also use less, sass, scss for app.css (#343)

This will make the apps able to use app.scss instead of app.css without additional
manual recon...

273dbd5f0860c8b2f7bbf90f9e61a99d9a150980 authored about 7 years ago
The vendor-plat.ios.ts is used as JavaScript in JavaScript projects, remove typings (#335)

refactor: the vendor-plat.ios.ts is used as JavaScript in JavaScript projects, remove typings

4a5bedc53b23c0aa268b4a3038c9a37b3b9ef6b6 authored about 7 years ago
test(JavaScriptApp): update demo and tests (#334)

028089b34eb2dba9c6214f9a538d40c63ef8902a authored about 7 years ago
test(AngularApp): update demo tests (#333)

* test(AngularApp): update demo tests

* refactor: remove unused variable

f6006dd7f55cda905ed9c1fd2157e23393e401f0 authored about 7 years ago
feat: angular 5 (#328)

* Enable plugin to run through hooks

Instead of relying on npm scripts, rely on hooks so that...

5539ddb610cab9a6a14b5c0def9f77f37e763ee7 authored about 7 years ago
feat: enable plugin to run through {N} CLI hooks (#299)

* Enable plugin to run through hooks

Instead of relying on npm scripts, rely on hooks so that...

9a57a532a0dcaa305907961bdd110c5eaaee5813 authored about 7 years ago
fix(ns-bundle): support for Node.js 9 (#321)

When you have Node.js 9 installed, CLI prints a warning that support for this version is not ver...

b4800c8a563494427e1ae01308bd57dcd14759cd authored about 7 years ago
refactor: update Android project path to support next runtime (#310)

fc45d4fcdf38a729f0815fb729431aa9d333a84c authored about 7 years ago
refactor: use unlinkSync instead of unlink (#319)

13a78dd3893218ff8eb1b28e01dc194a7e62697f authored about 7 years ago
Fix merge conflict

df12dfc17741f3f72b3a14a17b47f465ad4fbc38 authored about 7 years ago
Add FS, PlatformSuffixPlugin and css2json-loader (#290)

ea29bb62b21cb2690b3a70037752813a96efe741 authored about 7 years ago
refactor(update-ns-webpack): provide multiple options for updating the plugin (#308)

* refactor(update-ns-webpack): provide multiple options for updating the
plugin

* fix: consi...

0ee667d04b678e466520df553b1095f3cfade364 authored about 7 years ago
fix(configs): don't follow symlinks for loaders (#287)

7deb117191daff2e461b5eabfbd4fc0077b84695 authored over 7 years ago
fix(postinstall): stop removing "start/run-platform-bundle" scripts (#301)

ddecb569d439bdeb94159a22a9afa0976a407dea authored over 7 years ago
revert: update script configuration (#302)

* Revert "refactor(update-ns-webpack): provide multiple options for updating the plugin (#297)"
...

4b704b21cecc4af9c6e91c9e4badb78d2b0fa64d authored over 7 years ago
refactor(update-ns-webpack): provide multiple options for updating the plugin (#297)

- update dependencies (--deps)
- update npm scripts (--scripts)
- update webpack configuration f...

edf04f62f3f9b72769692d5d917cf1ea9fc3defb authored over 7 years ago
chore: provide --force flag to update webpack configurations (#295)

66d77c1eadbb61c5ca4dc30918292a541afacf2b authored over 7 years ago
refactor: support local install with npm 5 (#281)

* apply INIT_CWD for all bin scripts
* invoke webpack with --preserve-symlinks

d17ea4d009262cec2bb1e08efc9f549d07944e38 authored over 7 years ago
refactor: configure webpack not to follow symlinks (#286)

This change will make webpack not follow symlinks to their original location, and will enable us...

2326891cb57527c0451b71b56ffdba9e0a120204 authored over 7 years ago
refactor: support local install with npm 5.4+ (#279)

9f9512e6e3008ce26ea41b95391631897df5ffc4 authored over 7 years ago
docs: add changelog for 0.8.0

a04dee65f9cc309d48c534b0e7ccf26a220686f0 authored over 7 years ago
release: cut the 0.8.0 release

17400db77e063c9a5b519b91c006e459d279a88e authored over 7 years ago
feat: add support for web workers to default template (#269)

494ccbb75a3a487533128782bffc3033773d8da7 authored over 7 years ago
refactor(templates): specify tsconfig path for @ngtools/webpack loader (#267)

- the tsconfig path is needed when worker scripts are transpiled

2ce378055ea92963aea6fb0ba04ea8d742653c30 authored over 7 years ago
refactor: fetch V8 versions map from url or local file (#262)

83047a3ed816229d255dbd3ea63b9ad65aff62ef authored over 7 years ago
fix(ns-bundle): allow installing snapshot artefacts when using

env.snapshot (#261)

6ca2e920be0672e2ef2463479a3fd748a7cc3e26 authored over 7 years ago
chore: bump @ngtools/webpack version to 1.6.0 (#255)

e4148bb57feca221fb49a15447ea52e52041d02f authored over 7 years ago
style: fix linting errors for the generated vendor-platform.android (#251)

fixes #250

c721e6e775038676d70d50908b249af86902b699 authored over 7 years ago
refactor: extend mangle excludes with new listener impl classes (#246)

related to https://github.com/NativeScript/NativeScript/pull/4652

6eb280f45d683abb82b927f5955d368fa0e4f2d7 authored over 7 years ago
refactor: fix typo when building with snapshot (#243)

455292c1bc1189ba842f27f306f1198ed5332e79 authored over 7 years ago
refactor: fetch v8Versions map from external url (#242)

Https request to the v8-versions.json file from the android-runtime repo is used to determine th...

f474e3055a8669dd05302bb0f4b073bf72fa557b authored over 7 years ago
refactor: hardcode android runtime - v8 versions (#240)

- remove dependency to adm-zip

210648f5a1e39c01e57cde95a073f8e26d1e9795 authored over 7 years ago
docs: add CONTRIBUTING guide (#222)

2d411dcaa4047a87caecb3d19fb0e63571c141b0 authored over 7 years ago
fix(ns-bundle): stop escaping command args twice (#232)

cc @spike1292
fixes #220

7a25f6aae95f5705452c1f1e38b8173c3c750db9 authored over 7 years ago
docs: add changelog for 0.7.3

4b3d74e6eceb2409c4d8f4aff687d35f9a357bc2 authored over 7 years ago
release: cut the 0.7.3 release

f0d08384712af969493d6fd374337c96e4d1a4cc authored over 7 years ago
chore: bump plugin dependencies (#219)

This should fix the unmet peerDependency `[email protected]` npm warning.

95715c6abb32bdbfbd6fa763e4e393f3440a2608 authored over 7 years ago
fix(ns-bundle): remove command escaping when spawning child process (#218)

fixes #214

28e3aad6ec9b7d06e006df2352b65a97f7fdd08e authored over 7 years ago
docs: add changelog for 0.7.2

041ee8138eedfc9f52332750cfe41842f18bea1b authored over 7 years ago
release: cut the 0.7.2 release

a458efa4d28df25f5686dcc8f288ae3f67d1ab2c authored over 7 years ago
docs(README): fix broken link (#211)

7e90ef4e7205758625f653ae75cae62431782029 authored over 7 years ago
fix: run gradlew clean only for tns <=3.0.1

efea463d2170a7ca2eb90c45897c972b995d181b authored over 7 years ago
fix(ns-bundle): escape command and args when spawning child process

fixes #209

c3e7376b784294b390fe3e28e40013d728c53d3c authored over 7 years ago
chore(travis): delete config (#208)

b2aec11b80c8d86bca23cb0358a93c19d5b010cf authored over 7 years ago
feat: add support for passing params via --env to webpack (#204)

49213211d9dafe97486db25ec4961bc8f4fb1444 authored over 7 years ago
feat: alias tilde to point to the app root (#201)

3fb865d1adf0299f537609926680de79211dabf4 authored over 7 years ago
release: cut the 0.7.1 release (#199)

* release: cut the 0.7.1 release

* docs: add changelog for 0.7.1

5532c8013e7289c53a9ea9e260f7df2ed4cfa7de authored over 7 years ago
refactor: dependencyManager code style

cf9d6c30a36442225fae906e809f52c7ff980ed8 authored over 7 years ago
chore: bump webpack version to 3.0

7f6b296eb4ab1fd25457de1aaff3c045f65655f5 authored over 7 years ago
feat: add BundleAnalyzerPlugin to webpack config

ac32b148dd665ce40a76775d7147965da53513a8 authored over 7 years ago
Buhov/local snapshot improvements (#194)

fix(snapshots): local snapshots improvements

dc897ea68efe2add28f6c4a1407eced57266da82 authored over 7 years ago
chore(travis): publish next version (#192)

- add .travis.yml config
- add prepublish-next script

46b45840bde3b62f2ac4c1ced54fafd104bdd4cb authored over 7 years ago
Add ia32 arch in snapshot target archs by default (#193)

183e317abb816399c070f7466de795b260b3d05a authored over 7 years ago
fix(mangle-excludes): add Compat Query and Close listener classes (#190)

required by https://github.com/NativeScript/NativeScript/commit/1d20845b7c615a3b352924e9ad65ffb1...

5791cfc562096cff9fe224ac6a388cf02e630546 authored over 7 years ago
Local snapshot support (#181)

Introduce support for v8 heap snapshot generation

1b5dcdc1d5726951dce4a7288f63b782812fad6e authored over 7 years ago
docs: add changelog for 0.6.3

46519ba203c8ecbb9a373482039810ea10d333d7 authored over 7 years ago
release: cut the 0.6.3 release

0e3e33fa1d9fe17345744b83e6bbf8f92a322b27 authored over 7 years ago
Update PULL_REQUEST_TESTS.md (#185)

Add a record for `tests-app-ng`.

bcc35e4a9f81400b320d397c6a294cae20c7a7b1 authored over 7 years ago
fix(npm scripts): replace deprecated build-app script on postinstall (#184)

fixes #183

a4e7f1c724c91b8262627647a20b1da75dc2bf17 authored over 7 years ago
docs: add changelog for 0.6.2

941541d358097e19d6522e99dc080b74da439ce7 authored over 7 years ago
release: cut the 0.6.2 release

972285bbadb8227058c8de29bd7f88f20bcbe6aa authored over 7 years ago
chore: bump webpack and @ngtools versions (#179)

64d479a4ab4a29b06e5a19a007a2c2612708ed0b authored over 7 years ago
fix: bundle scripts should invoke tns run instead of tns start (#174)

fixes #172

f3d8a3a6bc4d4ac43e444a430e125abb2bf0ad89 authored over 7 years ago
fix: exclude impl core modules classes from mangling (#173)

53d7538d3093f3db5f61cf3c540a9f051df48a70 authored over 7 years ago
fix: clean android build artifacts when using with uglify (#175)

278244b78688d3461e9f1d17145dd6dec54c365f authored over 7 years ago
docs: add PULL_REQUEST_TESTS.md (#171)

dbde299fbc047b450885d39f84b888cef89cc4cd authored over 7 years ago
fix(ns-bundle): properly get tns command (#170)

fixes #169

43eeaf4ba251d5e8e93265c4c0bdf0fa5cc596c9 authored over 7 years ago
docs: add changelog for 0.6.1

155f359578922e7d1e016baa562a52b5f1a4b7ac authored over 7 years ago
release: cut the 0.6.1 release

b4d6b69f541c6cb724e4bd19948d63c3360b3132 authored over 7 years ago
feat: add publish-ios-bundle npm script

c424a8a18ceb4b1bd0f379a243b9fe91da90f24d authored over 7 years ago
fix(ns-bundle): add missing return (#167)

cd7ea250115b285a37ef2cf047ae7e9900ab227f authored over 7 years ago
fix(ns-bundle): parse all '*-app' flags as tns commands (#166)

Allows for using --publish-app along with --start-app, --build-app, etc.

8e7a1b36ac1229b35fbb7ef120a921ffc6f66250 authored over 7 years ago
docs: add changelog for 0.6.0

ae40f93287dd7511839dbf4e68c3667723f0302d authored over 7 years ago
release: cut the 0.6.0 release

f1306105a70955a0266b2d6ed4ca72c84f7ee419 authored over 7 years ago
docs: add a few helper messages on postinstall (#164)

d555870116546cd5741d371eeac67232493efffb authored over 7 years ago
fix(ns-bundle): clean android build for NativeScript CLI 3.0.1<= (#163)

related to https://github.com/NativeScript/android-runtime/issues/759

35ce7870501d02a0e828e898bd30b6923761da3f authored over 7 years ago