mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
Enable source maps for the demo
This commit is contained in:
parent
0f2e5536bf
commit
8d75a459ee
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ module.exports = {
|
|||
output: {
|
||||
filename: '[contenthash].js',
|
||||
},
|
||||
devtool: 'source-map',
|
||||
resolve: {
|
||||
extensions: ['.mjs', '.js', '.ts'],
|
||||
fallback: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue