update package name and webpack config

This commit is contained in:
Raymond Wang 2022-10-26 09:04:42 -07:00
parent d7d09e9cf2
commit f9b00c11e5
2 changed files with 4 additions and 1 deletions

View file

@ -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",

View file

@ -1,3 +1,6 @@
/**
* Webpack Configuration File
*/
const path = require("path");
const CopyPlugin = require("copy-webpack-plugin");
const fs = require("fs");