mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-24 12:21:53 +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: {
|
output: {
|
||||||
filename: '[contenthash].js',
|
filename: '[contenthash].js',
|
||||||
},
|
},
|
||||||
|
devtool: 'source-map',
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.mjs', '.js', '.ts'],
|
extensions: ['.mjs', '.js', '.ts'],
|
||||||
fallback: {
|
fallback: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue