mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
12 lines
170 B
JavaScript
12 lines
170 B
JavaScript
module.exports = {
|
|
future: {
|
|
webpack5: true
|
|
},
|
|
i18n: {
|
|
localeDetection: false,
|
|
locales: ['en'],
|
|
defaultLocale: 'en'
|
|
},
|
|
reactStrictMode: true
|
|
};
|