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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NativeScript/nativescript-dev-webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.0
Choose a base ref
...
head repository: NativeScript/nativescript-dev-webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    c0e4083 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. fix: register UI modules in NG apps (#570)

    This is required, because there may be plugins that use the
    tns-core-modules builder.
    
    fixes #561
    sis0k0 authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    c27e0db View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. feat: make webpack deps production deps of the plugin (#571)

    implements #569 
    
    BREAKING CHANGES:
    
    The dependencies that were previously added by the nativescript-dev-webpack plugin to the project's package.json are now dependencies of the plugin itself.
    
    MIGRATION:
    1. Remove all obsolete dependencies from your project. You can do that by invoking the script:
    ```
    ./node_modules/.bin/update-ns-webpack --deps
    ```
    2. [Angular] Add the following packages as devDependencies:
    ```
    //package.json
    
    "devDependencies": {
        "@angular-devkit/build-angular": "~0.7.0-rc.0",
        "@angular/compiler-cli": "~6.1.0-beta.1",
        //...
    }
    ```
    sis0k0 authored Jun 20, 2018
    Configuration menu
    Copy the full SHA
    ba68a1b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. 0.14.0

    sis0k0 committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    72cef2b View commit details
    Browse the repository at this point in the history
Loading