Skip to content

Instantly share code, notes, and snippets.

@Danushka181
Created June 7, 2023 18:49
Show Gist options
  • Select an option

  • Save Danushka181/53e6fa503cec1aec156ec013ea1baf5c to your computer and use it in GitHub Desktop.

Select an option

Save Danushka181/53e6fa503cec1aec156ec013ea1baf5c to your computer and use it in GitHub Desktop.
webpack packages json file
{
"scripts": {
"build": "webpack"
},
"dependencies": {
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.5",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.2",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment