better-angle-687
07/18/2024, 12:13 AM⨯ ./node_modules/node-gyp/lib/Find-VisualStudio.cs
Module parse failed: Unexpected token (9:6)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <https://webpack.js.org/concepts#loaders>
| // This script needs to be compatible with PowerShell v2 to run on Windows 2008R2 and Windows 7.
|
> using System;
| using System.Text;
| using System.Runtime.InteropServices;
Import trace for requested module:
big-architect-71258
07/18/2024, 7:48 AM*.cs
files in some way but it shouldn't I guess.future-hairdresser-70637
07/18/2024, 10:47 AMbig-architect-71258
07/18/2024, 10:53 AMbetter-angle-687
07/18/2024, 3:20 PMfuture-hairdresser-70637
07/18/2024, 3:23 PMbetter-angle-687
07/18/2024, 5:09 PM/** @type {import('next').NextConfig} */
const nextConfig = {
webpack: (config, { dev, isServer }) => {
config.module.rules.push({
test: /\.cs$/,
use: 'ignore-loader'
});
return config;
},
};
export default nextConfig;