Some good stuff
... | @@ -2,15 +2,15 @@ | ... | @@ -2,15 +2,15 @@ |
"name": "go", | "name": "go", | ||
"version": "3.0", | "version": "3.0", | ||
"description": "University-branded URL shortening", | "description": "University-branded URL shortening", | ||
"main": "index.js", | "main": "App.js", | ||
"repository": "git@git.gmu.edu:srct/go.git", | "repository": "git@git.gmu.edu:srct/go.git", | ||
"author": "Mason SRCT", | "author": "Mason SRCT", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"private": false, | "private": false, | ||
"scripts": { | "scripts": { | ||
"start": "yarn dev", | "start": "yarn dev", | ||
"dev": "webpack --mode development ./go/go_ahead/src/index.js --output ./go/static/main.js --watch", | "dev": "webpack --mode development ./go/go_ahead/src/App.js --output ./go/static/main.js --watch", | ||
"build": "webpack --mode production ./project/frontend/src/index.js --output ./go/static/main.js" | "build": "webpack --mode production ./project/frontend/src/App.js --output ./go/static/main.js" | ||
}, | }, | ||
"babel": { | "babel": { | ||
"presets": [ | "presets": [ | ||
... | ... |
Please register or sign in to comment