Skip to content

Commit

Permalink
Fix demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jun 17, 2022
1 parent 17a3beb commit 93fef4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
resolve: {
extensions: ['.mjs', '.js', '.ts'],
alias: {
'monaco-unified': fileURLToPath(new URL('dist/', monacoUnified)),
'monaco-unified': fileURLToPath(monacoUnified),
'decode-named-character-reference': fileURLToPath(
new URL('decode-named-character-reference/index.js', nodeModules),
),
Expand Down

0 comments on commit 93fef4c

Please sign in to comment.