Split the html into templates and partials

This commit is contained in:
Daniel Vassallo
2019-10-01 00:18:19 -07:00
parent fe9cf0e41c
commit 1175e6578e
9 changed files with 292 additions and 172 deletions

View File

@@ -11,17 +11,18 @@
"author": "Daniel Vassallo",
"license": "MIT",
"devDependencies": {
"@babel/runtime": "^7.4.5",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"css-loader": "^2.1.1",
"favicons-webpack-plugin": "^1.0.2",
"file-loader": "^3.0.1",
"html-beautify-webpack-plugin": "^1.0.5",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"lodash": ">=4.17.13",