mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
add source maps to releases
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = env => {
|
|||||||
env.mode = mode;
|
env.mode = mode;
|
||||||
|
|
||||||
return merge(common(env), {
|
return merge(common(env), {
|
||||||
mode
|
mode,
|
||||||
|
devtool: "source-map",
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user