Skip to content
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: EDGE10/Webpack.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: digitaldjpool/Webpack.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 22 files changed
  • 1 contributor

Commits on Feb 13, 2019

  1. Major Change

    - now supports `entrypoints` option from assets-webpack-plugin. This does introduce and change APIs as there are multiple files per 'assets' now. Backwards compatability was maintained as best as possible, but methods were marked as obsolete.
    - upgraded to .net 4.7.1
    - Updated NUnit test adapter
    - Updated nupkg version for private release
    seankearney committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    8e4887c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Major refactor and changes

    - IWebpack & Webpack are now public
    - Using a singleton to store loaded assets and removed from Application state
    - Allow for 'no-cache' for development mode
    seankearney committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    16f76fd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Updated documentation and tests for better support of `WebpackConfig.…

    …AssetOutputPath`
    
    Change version to betadj-06
    seankearney committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    457e2ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from digitaldjpool/assetoutputpath

    Updated documentation and tests for better support of WebpackConfig AssetOutputPath
    seankearney authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    9af7512 View commit details
    Browse the repository at this point in the history
Loading