mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
Enable strict mode
This commit is contained in:
parent
ead8a44fe0
commit
f7375428b6
@ -29,6 +29,7 @@ const suboctopus = path.resolve(path.dirname(require.resolve("jassub")), "../dis
|
|||||||
*/
|
*/
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
|
reactStrictMode: true,
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
webpack: (config) => {
|
webpack: (config) => {
|
||||||
config.plugins = [
|
config.plugins = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user