Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add webpack configuration #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 16, 2020

  1. Add webpack configuration

    * `package.json` defines the `npm run build` command, which builds the
    minified script from `scripts/*.js`.
    * `package.json` and `package-lock.json` install webpack, which is used
    to run the build step.
    * `package.json` newly defines a version number (1.0.0) and other
    project metadata.
    * New "Contributing" section at the bottom of `README.md` documents this
    pgarrison committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    283c144 View commit details
    Browse the repository at this point in the history