Skip to content

Instantly share code, notes, and snippets.

@cursorial
Created July 16, 2021 17:31
Show Gist options
  • Save cursorial/af5d5777dfd8a1d26ab350b839b3a0b4 to your computer and use it in GitHub Desktop.
Save cursorial/af5d5777dfd8a1d26ab350b839b3a0b4 to your computer and use it in GitHub Desktop.
{
"name": "my-app",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"webpack:development": "webpack serve"
},
"dependencies": {
"webpack": "^5.45.0",
"webpack-cli": "^4.7.2"
},
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment