eval fix
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
/** @type {import('next').Config} */
|
||||
const nextConfig = {
|
||||
/* config options here */
|
||||
productionBrowserSourceMaps: false,
|
||||
webpack: (config, { isServer }) => {
|
||||
if (isServer) {
|
||||
config.devtool = false;
|
||||
}
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user