multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Add webpack configuration

Open pgarrison opened this issue 5 years ago • 0 comments

  • 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

pgarrison avatar Sep 17 '20 23:09 pgarrison