wip
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
@@ -19,11 +20,18 @@ const nextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: false,
|
||||
},
|
||||
transpilePackages: [
|
||||
'@gridpilot/racing',
|
||||
'@gridpilot/identity',
|
||||
'@gridpilot/social',
|
||||
'@gridpilot/testing-support',
|
||||
],
|
||||
webpack: (config) => {
|
||||
config.module.rules.push({
|
||||
test: /\.(mp4|webm)$/,
|
||||
type: 'asset/resource',
|
||||
});
|
||||
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user