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: Colt/webpack-demo-app Loading
base: master
Choose a base ref
...
head repository: noradroid/webpack-demo-app Loading
compare: tutorial
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 17 files changed
  • 1 contributor

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    0b9aabd View commit details
    Browse the repository at this point in the history
  2. Installed Webpack

    noradroid committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a401982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d6a1fe View commit details
    Browse the repository at this point in the history
  4. Add webpack config file

    noradroid committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    93894ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a393f98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c1a72b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e86e6dd View commit details
    Browse the repository at this point in the history
  8. Add prod and dev configs

    noradroid committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6e22277 View commit details
    Browse the repository at this point in the history
  9. Add html-loader, file-loader and clean-webpack-plugin - note now html…

    …-loader is able to require the image and link/display it correctly without file-loader
    noradroid committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    86e6035 View commit details
    Browse the repository at this point in the history
  10. Update for webpack 5 - file-loader is deprecated and we now use type:…

    … asset/resource instead
    noradroid committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    43c19a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1da3918 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e21cc0b View commit details
    Browse the repository at this point in the history
Loading