Skip to content

Commit

Permalink
Enabled the sourcemaps for monaco-editor.*.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta authored and kittaakos committed Nov 12, 2020
1 parent 5c164f7 commit 61200ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module.exports = {
test: /\\.js$/,
enforce: 'pre',
loader: 'source-map-loader',
exclude: /jsonc-parser|fast-plist|onigasm|(monaco-editor.*)/
exclude: /jsonc-parser|fast-plist|onigasm/
},
{
test: /\\.woff(2)?(\\?v=[0-9]\\.[0-9]\\.[0-9])?$/,
Expand Down

0 comments on commit 61200ef

Please sign in to comment.