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
5a40330ae53d57d91444f41d1f106ce08daaeb6a authored about 7 years ago
0aa55e42b13cd1fcbd45112632b4b3dc77a3e242 authored about 7 years ago
* fix(snapshot): interrupt the webpack build on error
* refactor(snapshot): validate plugin o...
0a6d1b95930e7e3a0e2238278520150795895941 authored about 7 years ago8c7a4f4dc84a56d81b9bc90698fde91ca918f50f authored about 7 years ago
The angular compiler options inside tsconfig.aot.json are not needed for webpack compilation.
e244caebf00552b25c12efbb2b7e7ba2fc443dc6 authored about 7 years ago
The plugin should be used through the nativescript cli now:
```
tns run android|ios --bundle
```
This will allow debuggin the AngularApp's webpack process from VSCode,
open at the root of the ...
Loading the .ts files for WebWorkers using the @ngtools/webpack requires
at least the tsConfigP...
When run with `webpack --watch` the WatchStateLoggerPlugin
will print console messages with the...
The angular compiler will generate dynamically the app.module.ngfactory.d.ts.
For plain tsc to ...
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
When the webpack compiler fails, the error is...
0b9febe9f2e53e6192c36aae8c1ff9924aaabd1a authored about 7 years agod5eb7b2dde9bdf9b84702fde055fe1d89f9fcb0f authored about 7 years ago
0ef702188377fdf6d46b85fe544e0e5053b9b7c0 authored about 7 years ago
This reverts commit b7f7026e69e5d9bd965062f33ca0958980dde596.
813667a142b88c97a255c3f46a80f0322fef5a68 authored about 7 years agob7f7026e69e5d9bd965062f33ca0958980dde596 authored about 7 years ago
* Revert "fix(update-ns-webpack): make it possible to call as executable (#347)"
This reverts...
2972f03c3e9dede67feece6975bf2cc68bef86f1 authored about 7 years agoThis reverts commit 8bd887bd7daec94ee98f59b346ee4451baeae4d3.
d5ec75c0451ae6a1962b11c66940f3be47d44bd2 authored about 7 years ago9fa7656f46993f8c65a5ca9b0e1172244db1e925 authored about 7 years ago
* Comply docs with new way of webpacking
* Remove npm run script support
* Fix README
6e63e3ced637f5a06598e988e98d7f387b336d94 authored about 7 years ago8bd887bd7daec94ee98f59b346ee4451baeae4d3 authored about 7 years ago
It turns out the ./path for loadChildren have never worked as relative to the routes module,
an...
The angular 5 framework will typecheck the moduleId is a string,
while in webpack scenarios the...
3967d7961b2609cc4da5d92fa4f8cad153b64f57 authored about 7 years ago
This will make the apps able to use app.scss instead of app.css without additional
manual recon...
refactor: the vendor-plat.ios.ts is used as JavaScript in JavaScript projects, remove typings
4a5bedc53b23c0aa268b4a3038c9a37b3b9ef6b6 authored about 7 years ago028089b34eb2dba9c6214f9a538d40c63ef8902a authored about 7 years ago
* test(AngularApp): update demo tests
* refactor: remove unused variable
f6006dd7f55cda905ed9c1fd2157e23393e401f0 authored about 7 years ago* Enable plugin to run through hooks
Instead of relying on npm scripts, rely on hooks so that...
5539ddb610cab9a6a14b5c0def9f77f37e763ee7 authored about 7 years ago* Enable plugin to run through hooks
Instead of relying on npm scripts, rely on hooks so that...
9a57a532a0dcaa305907961bdd110c5eaaee5813 authored about 7 years agoWhen you have Node.js 9 installed, CLI prints a warning that support for this version is not ver...
b4800c8a563494427e1ae01308bd57dcd14759cd authored about 7 years agofc45d4fcdf38a729f0815fb729431aa9d333a84c authored about 7 years ago
13a78dd3893218ff8eb1b28e01dc194a7e62697f authored about 7 years ago
df12dfc17741f3f72b3a14a17b47f465ad4fbc38 authored about 7 years ago
ea29bb62b21cb2690b3a70037752813a96efe741 authored about 7 years ago
* refactor(update-ns-webpack): provide multiple options for updating the
plugin
* fix: consi...
0ee667d04b678e466520df553b1095f3cfade364 authored about 7 years ago7deb117191daff2e461b5eabfbd4fc0077b84695 authored over 7 years ago
ddecb569d439bdeb94159a22a9afa0976a407dea authored over 7 years ago
* Revert "refactor(update-ns-webpack): provide multiple options for updating the plugin (#297)"
...
- update dependencies (--deps)
- update npm scripts (--scripts)
- update webpack configuration f...
66d77c1eadbb61c5ca4dc30918292a541afacf2b authored over 7 years ago
* apply INIT_CWD for all bin scripts
* invoke webpack with --preserve-symlinks
This change will make webpack not follow symlinks to their original location, and will enable us...
2326891cb57527c0451b71b56ffdba9e0a120204 authored over 7 years ago9f9512e6e3008ce26ea41b95391631897df5ffc4 authored over 7 years ago
a04dee65f9cc309d48c534b0e7ccf26a220686f0 authored over 7 years ago
17400db77e063c9a5b519b91c006e459d279a88e authored over 7 years ago
494ccbb75a3a487533128782bffc3033773d8da7 authored over 7 years ago
- the tsconfig path is needed when worker scripts are transpiled
2ce378055ea92963aea6fb0ba04ea8d742653c30 authored over 7 years ago83047a3ed816229d255dbd3ea63b9ad65aff62ef authored over 7 years ago
env.snapshot (#261)
6ca2e920be0672e2ef2463479a3fd748a7cc3e26 authored over 7 years agoe4148bb57feca221fb49a15447ea52e52041d02f authored over 7 years ago
fixes #250
c721e6e775038676d70d50908b249af86902b699 authored over 7 years agorelated to https://github.com/NativeScript/NativeScript/pull/4652
6eb280f45d683abb82b927f5955d368fa0e4f2d7 authored over 7 years ago455292c1bc1189ba842f27f306f1198ed5332e79 authored over 7 years ago
Https request to the v8-versions.json file from the android-runtime repo is used to determine th...
f474e3055a8669dd05302bb0f4b073bf72fa557b authored over 7 years ago- remove dependency to adm-zip
210648f5a1e39c01e57cde95a073f8e26d1e9795 authored over 7 years ago2d411dcaa4047a87caecb3d19fb0e63571c141b0 authored over 7 years ago
cc @spike1292
fixes #220
4b3d74e6eceb2409c4d8f4aff687d35f9a357bc2 authored over 7 years ago
f0d08384712af969493d6fd374337c96e4d1a4cc authored over 7 years ago
This should fix the unmet peerDependency `[email protected]` npm warning.
95715c6abb32bdbfbd6fa763e4e393f3440a2608 authored over 7 years agofixes #214
28e3aad6ec9b7d06e006df2352b65a97f7fdd08e authored over 7 years ago041ee8138eedfc9f52332750cfe41842f18bea1b authored over 7 years ago
a458efa4d28df25f5686dcc8f288ae3f67d1ab2c authored over 7 years ago
7e90ef4e7205758625f653ae75cae62431782029 authored over 7 years ago
efea463d2170a7ca2eb90c45897c972b995d181b authored over 7 years ago
fixes #209
c3e7376b784294b390fe3e28e40013d728c53d3c authored over 7 years agob2aec11b80c8d86bca23cb0358a93c19d5b010cf authored over 7 years ago
49213211d9dafe97486db25ec4961bc8f4fb1444 authored over 7 years ago
3fb865d1adf0299f537609926680de79211dabf4 authored over 7 years ago
* release: cut the 0.7.1 release
* docs: add changelog for 0.7.1
5532c8013e7289c53a9ea9e260f7df2ed4cfa7de authored over 7 years agocf9d6c30a36442225fae906e809f52c7ff980ed8 authored over 7 years ago
7f6b296eb4ab1fd25457de1aaff3c045f65655f5 authored over 7 years ago
ac32b148dd665ce40a76775d7147965da53513a8 authored over 7 years ago
fix(snapshots): local snapshots improvements
dc897ea68efe2add28f6c4a1407eced57266da82 authored over 7 years ago
- add .travis.yml config
- add prepublish-next script
183e317abb816399c070f7466de795b260b3d05a authored over 7 years ago
required by https://github.com/NativeScript/NativeScript/commit/1d20845b7c615a3b352924e9ad65ffb1...
5791cfc562096cff9fe224ac6a388cf02e630546 authored over 7 years agoIntroduce support for v8 heap snapshot generation
1b5dcdc1d5726951dce4a7288f63b782812fad6e authored over 7 years ago46519ba203c8ecbb9a373482039810ea10d333d7 authored over 7 years ago
0e3e33fa1d9fe17345744b83e6bbf8f92a322b27 authored over 7 years ago
Add a record for `tests-app-ng`.
bcc35e4a9f81400b320d397c6a294cae20c7a7b1 authored over 7 years agofixes #183
a4e7f1c724c91b8262627647a20b1da75dc2bf17 authored over 7 years ago941541d358097e19d6522e99dc080b74da439ce7 authored over 7 years ago
972285bbadb8227058c8de29bd7f88f20bcbe6aa authored over 7 years ago
64d479a4ab4a29b06e5a19a007a2c2612708ed0b authored over 7 years ago
fixes #172
f3d8a3a6bc4d4ac43e444a430e125abb2bf0ad89 authored over 7 years ago53d7538d3093f3db5f61cf3c540a9f051df48a70 authored over 7 years ago
278244b78688d3461e9f1d17145dd6dec54c365f authored over 7 years ago
dbde299fbc047b450885d39f84b888cef89cc4cd authored over 7 years ago
fixes #169
43eeaf4ba251d5e8e93265c4c0bdf0fa5cc596c9 authored over 7 years ago155f359578922e7d1e016baa562a52b5f1a4b7ac authored over 7 years ago
b4d6b69f541c6cb724e4bd19948d63c3360b3132 authored over 7 years ago
c424a8a18ceb4b1bd0f379a243b9fe91da90f24d authored over 7 years ago
cd7ea250115b285a37ef2cf047ae7e9900ab227f authored over 7 years ago
Allows for using --publish-app along with --start-app, --build-app, etc.
8e7a1b36ac1229b35fbb7ef120a921ffc6f66250 authored over 7 years agoae40f93287dd7511839dbf4e68c3667723f0302d authored over 7 years ago
f1306105a70955a0266b2d6ed4ca72c84f7ee419 authored over 7 years ago
d555870116546cd5741d371eeac67232493efffb authored over 7 years ago
related to https://github.com/NativeScript/android-runtime/issues/759
35ce7870501d02a0e828e898bd30b6923761da3f authored over 7 years ago