From f9b00c11e579a2a998e482a65102f552d58cacce Mon Sep 17 00:00:00 2001 From: Raymond Wang Date: Wed, 26 Oct 2022 09:04:42 -0700 Subject: [PATCH] update package name and webpack config --- package.json | 2 +- webpack.config.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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");