Skip to content

Instantly share code, notes, and snippets.

@scottserok
Created April 20, 2020 03:09
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 scottserok/c4808c764243c26896e860c3d2af9c66 to your computer and use it in GitHub Desktop.
Save scottserok/c4808c764243c26896e860c3d2af9c66 to your computer and use it in GitHub Desktop.
Webpack for Jekyll
{
"name": "name",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment