Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .idea/webResources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions babel.config.json

This file was deleted.

8 changes: 0 additions & 8 deletions config/alias.js

This file was deleted.

81 changes: 0 additions & 81 deletions config/webpack.base.conf.js

This file was deleted.

11 changes: 0 additions & 11 deletions config/webpack.dev.conf.js

This file was deleted.

7 changes: 0 additions & 7 deletions config/webpack.prod.conf.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<title>WatCourse Planner</title>
<script>process={env:{RMWC_VERSION:""}};</script>
<script type="module" src="src/index.tsx"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Loading