We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4a9f6 commit dc10531Copy full SHA for dc10531
1 file changed
src/transforms/uglify.js
@@ -16,7 +16,7 @@ module.exports = async function(asset) {
16
};
17
18
let sourceMap;
19
- if (asset.options.sourceMap) {
+ if (asset.options.sourceMaps) {
20
sourceMap = new SourceMap();
21
options.output = {
22
source_map: {
0 commit comments