Skip to content

Instantly share code, notes, and snippets.

@adeelibr
Last active April 26, 2018 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adeelibr/c197a82d7fa50fbde3c1ca5f95c53a48 to your computer and use it in GitHub Desktop.
Save adeelibr/c197a82d7fa50fbde3c1ca5f95c53a48 to your computer and use it in GitHub Desktop.
Dependencing webpack, .js loaders and html webpack plugin
{
"name": "tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.0.0-beta.46",
"@babel/preset-env": "7.0.0-beta.46",
"@babel/preset-react": "7.0.0-beta.46",
"@babel/preset-stage-2": "7.0.0-beta.46",
"babel-loader": "^8.0.0-beta.2",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment