mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Upgraded to Webpack 5
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import Head from 'next/head';
|
||||
import { description, name } from 'package.json';
|
||||
import packageJson from 'package.json';
|
||||
|
||||
const { description, name } = packageJson;
|
||||
|
||||
const Metadata = (): JSX.Element => (
|
||||
<Head>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
module.exports = {
|
||||
future: {
|
||||
webpack5: true
|
||||
},
|
||||
i18n: {
|
||||
localeDetection: false,
|
||||
locales: ['en'],
|
||||
|
||||
Reference in New Issue
Block a user