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.2
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.3.3
Choose a head ref
  • 19 commits
  • 15 files changed
  • 3 contributors

Commits on Jan 18, 2017

  1. fix: register elements from embedded templates (#56)

    Make the tns-xml-loader parse Angular templates from TypeScript files.
    
    fixes #55
    sis0k0 authored Jan 18, 2017
    Configuration menu
    Copy the full SHA
    05f33ed View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Configuration menu
    Copy the full SHA
    473c080 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from NativeScript/hdeshev/android-native-excludes

    Exclude from mangling classes inheriting from Android native types.
    hdeshev authored Jan 19, 2017
    Configuration menu
    Copy the full SHA
    36955e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a803bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ad2ffa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9958191 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47142bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7455c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Extract installation code to the 'installer' module.

    Add an `install-ns-webpack` binary.
    hdeshev committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    af81fd7 View commit details
    Browse the repository at this point in the history
  2. fix: exclude from mangling EditableTextBase (#60)

    Uglify shouldn't mangle EditableTextBase, because it breaks
    the hint formatting.
    
    fixes NativeScript/sample-Groceries#202
    sis0k0 authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    226f354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e484d9e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61 from NativeScript/hdeshev/installer-scripts

    Separate installer scripts
    hdeshev authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    62206fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79286a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. feat(deps): add support for webpack 2.2+

    Add NodeGlobalsPlugin to prevent webpack from overriding the global property.
    sis0k0 committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    5c00f2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from NativeScript/node-globals-plugin

    feat(deps): add support for webpack 2.2+
    hdeshev authored Jan 31, 2017
    Configuration menu
    Copy the full SHA
    ec418ab View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Avoid a stack overflow with webpack 2.2.0 by not using __dirname.

    Now set by the NsNodeGlobals plugin instead of DefinePlugin.
    hdeshev committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    9c281b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864a778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75bdeb1 View commit details
    Browse the repository at this point in the history
  4. 0.3.3

    hdeshev committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    8426b33 View commit details
    Browse the repository at this point in the history
Loading