From b55ef46d7a880d07d1830d14fc5868fef63ae342 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 23 Dec 2019 11:20:54 +0100 Subject: [PATCH] patch: include sources in sourcemaps, fixes #487 --- bili.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bili.config.ts b/bili.config.ts index dad54231..8e4ea4d8 100644 --- a/bili.config.ts +++ b/bili.config.ts @@ -8,7 +8,7 @@ const config: Config = { format: ["cjs", "umd", "esm"], moduleName: "immer", sourceMap: true, - sourceMapExcludeSources: true + sourceMapExcludeSources: false }, bundleNodeModules: true, babel: {