This commit is contained in:
Jack Westbrook
2025-02-18 10:16:58 +01:00
parent 79f13e6280
commit 5174fd803e
@@ -33,7 +33,7 @@ const config = async (env: Record<string, unknown>): Promise<Configuration> => {
const baseConfig: Configuration = {
context: process.cwd(),
devtool: env.production ? 'source-map' : 'eval-source-map',
devtool: 'source-map',
entry: await getEntries(),