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

Conversation

pgarrison
Copy link

  • 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

Closes #14

* `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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minification is not documented or configured here
1 participant