Finished component sidebar updates, with one small bug remaining and documented

This commit is contained in:
Richard Osborne
2025-12-28 22:07:29 +01:00
parent 5f8ce8d667
commit fad9f1006d
193 changed files with 22245 additions and 506 deletions

View File

@@ -11,7 +11,8 @@ module.exports = {
loader: 'babel-loader',
options: {
babelrc: false,
cacheDirectory: true,
// Disable cache in development to ensure fresh code loads
cacheDirectory: false,
presets: ['@babel/preset-react']
}
}