Skip to content

Commit 114e9bc

Browse files
committed
Disabled source maps for polyfill, as they won't work for file protocol
1 parent e71a94c commit 114e9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default (_env: never, args: Configuration) => {
8484
extensions: [".ts", ".js", ".json"]
8585
},
8686

87-
/* Sourcemaps */
88-
devtool: "source-map"
87+
/* Sourcemaps - none, as they can't be fetched via file:// */
88+
devtool: false
8989
}
9090
}

0 commit comments

Comments
 (0)