Add CSS to the build system.

This commit is contained in:
Tom Alexander
2024-01-21 20:55:09 -05:00
parent c644845d61
commit c1a58bbbf3
3 changed files with 520 additions and 44 deletions

View File

@@ -20,7 +20,10 @@
"@babel/preset-react": "^7.23.3",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.1",
"html-webpack-plugin": "^5.6.0",
"postcss-loader": "^8.0.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",