Skip to content

Commit

Permalink
Reverted monaco loader issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Nov 14, 2024
1 parent c234bed commit 11e25f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"examples": "file:./iframe",
"fflate": "^0.8.2",
"fs-extra": "^11.2.0",
"monaco-editor": "^0.52.0",
"monaco-editor": "^0.33.0",
"playcanvas": "file:..",
"prop-types": "^15.7.2",
"puppeteer": "^23.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const STATIC_FILES = [
once: true
},

// modules (N.B. destination folder is 'modules' as 'node_modules' are automatically excluded by git pages)
// monaco loader
{ src: './node_modules/monaco-editor/min/vs', dest: 'dist/modules/monaco-editor/min/vs', once: true },

// fflate (for when using ENGINE_PATH)
Expand Down

0 comments on commit 11e25f2

Please sign in to comment.