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: v0.3.7
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: v0.4.0
Choose a head ref
  • 13 commits
  • 21 files changed
  • 2 contributors

Commits on Apr 13, 2017

  1. fix(ns-bundle): use remove/add platform instead of clean-app (#116)

    Leaving old build files in the platform folders caused several issues.
    
    fixes 75, fixes 112
    sis0k0 authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    6609370 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Configuration menu
    Copy the full SHA
    22377ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a844ad4 View commit details
    Browse the repository at this point in the history
  3. refactor: return devDeps from dependency manager

    sis0k0 authored and sis0k0 committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    06304af View commit details
    Browse the repository at this point in the history
  4. refactor: fix lint issues

    sis0k0 authored and sis0k0 committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    4f59bc6 View commit details
    Browse the repository at this point in the history
  5. fix: add webpack.common template for JS projects

    fixes #113
    sis0k0 authored and sis0k0 committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    7451545 View commit details
    Browse the repository at this point in the history
  6. feat: detect required devDeps versions

    The plugin will automatically add devDependencies on postinstall, based
    on already used dependencies. More information can be found in the
    README
    sis0k0 authored and sis0k0 committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    9b102c3 View commit details
    Browse the repository at this point in the history
  7. docs: update README with a note about dependencies

    sis0k0 authored and sis0k0 committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    a5f9b12 View commit details
    Browse the repository at this point in the history
  8. fix: dependencyManager (#119)

    sis0k0 authored Apr 17, 2017
    Configuration menu
    Copy the full SHA
    b6cdfba View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. fix(tsconfig): add "exclude" property to aot config (#120)

    The "exclude" property isn't properly inherited from the base
    configuration ("tsconfig.json") so we need to explicitly specify it.
    This caused the angular compiler to try to parse the `platforms` folder
    and eventually fail.
    
    fixes #101
    sis0k0 authored Apr 19, 2017
    Configuration menu
    Copy the full SHA
    d28dba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c7ebeb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. docs: add changelog for 0.4.0

    sis0k0 committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    6219583 View commit details
    Browse the repository at this point in the history
  2. release: cut the 0.4.0 release

    sis0k0 committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    c06589f View commit details
    Browse the repository at this point in the history
Loading