Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

chore: merge release into master #1011

Merged
merged 27 commits into from
Aug 2, 2019

Conversation

DimitarTachev
Copy link
Contributor

No description provided.

Fatme and others added 27 commits July 12, 2019 15:48
The following helper message is displayed after installation of the
plugin:
```
NativeScript Webpack plugin was successfully added.
You can now bundle your project by passing --bundle flag to NativeScript CLI commands:
    - tns build android --bundle
    - tns build ios --bundle
    - tns run android --bundle
    - tns run ios --bundle
You can also pass the "--env.uglify" flag to use UglifyJS for minification.
For more information check out https://docs.nativescript.org/tooling/bundling-with-webpack#bundling.
```

With {N} 6.0, this message is not relevant any more:
1). the `bundle` flag is not needed for webpack builds;
2). the default build/run workflow uses webpack.
* fix: don't include partial scss files in bundle

* fix: imporve regex after review
refactor: remove the postinstall helper info
fix: do not require `.js.map` files in the entry points when `devtool: "source-map"` is used
fix: escape the regex for the path to the entry module of application
…ules-path

fix: avoid getting invalid require calls when building from Windows
fix: require dependencies only in sourceFiles (avoid getting invalid `.js.map` files)
The NativeScript Angular code-sharing projects, built with the
[recommended structure](https://docs.nativescript.org/angular/code-sharing/intro), have a different `tsconfig.tns.json` file
compared to the rest of the {N} project flavors. The update script,
distributed by the `nativescript-dev-webpack` plugin shouldn't override
that file when executed in a code-sharing project.
fix(update-ns-webpack): skip the update of tsconfig.tns.json in shared Angular projects
@cla-bot cla-bot bot added the cla: yes label Aug 1, 2019
@DimitarTachev DimitarTachev merged commit 9b1e34d into master Aug 2, 2019
@DimitarTachev DimitarTachev deleted the tachev/merge-release-into-master branch August 2, 2019 12:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants