From c1c152359922104bd90d1a13e82ab3bb889a2b82 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Mon, 9 Jan 2023 14:28:20 -0800 Subject: [PATCH] progress --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 020a012..57b358c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ Template Webpack Starting Project Will (eventually) include support for -- HTML -- ESM -- TypeScript -- React -- SASS -- SASS Imports +- [x] HTML +- [x] Module Imports +- [ ] TypeScript +- [ ] React +- [ ] SASS +- [ ] SASS Imports # Getting Started Webpack Guide: https://webpack.js.org/guides/getting-started/