mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-12 07:12:54 +01:00
Finished component sidebar updates, with one small bug remaining and documented
This commit is contained in:
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user