diff --git a/package.json b/package.json index 1cedbef..e5ef51a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ieee-website", + "name": "ieee-uscd-website", "version": "1.0.0", "description": "Website for IEEE of UC San Diego", "main": "build/index.js", diff --git a/webpack.config.js b/webpack.config.js index 1ba3bc5..fe8d48e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,6 @@ +/** + * Webpack Configuration File + */ const path = require("path"); const CopyPlugin = require("copy-webpack-plugin"); const fs = require("fs");