mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-20 20:59:03 +00:00
Merge pull request #123 from remcohaszing/demo-source-map
Enable source maps for the demo
This commit is contained in:
commit
4e30f4cf16
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