This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
…olving in a linked location (#987)
refactor: remove the postinstall helper info
chore: bump version
release: cut the 1.0.1 release
…is using devtool: "source-map"
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
… webpack.config.js (#1000)
…ules-path fix: avoid getting invalid require calls when building from Windows
release: cut the 1.0.2 release
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
dtopuzov
approved these changes
Aug 2, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.