Skip to content

Commit

Permalink
patch: include sources in sourcemaps, fixes #487
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Dec 23, 2019
1 parent fb70772 commit b55ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bili.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: Config = {
format: ["cjs", "umd", "esm"],
moduleName: "immer",
sourceMap: true,
sourceMapExcludeSources: true
sourceMapExcludeSources: false
},
bundleNodeModules: true,
babel: {
Expand Down

0 comments on commit b55ef46

Please sign in to comment.