mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
This commit is contained in:
@@ -47,6 +47,9 @@ const nextConfig = {
|
||||
default:
|
||||
throw new Error(`Not found ${mod}`);
|
||||
}
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
__REACT_DEVTOOLS_GLOBAL_HOOK__: "({ isDisabled: true })",
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user