mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Update to Monaco 0.40.0 (#5287)
Also hopefully fixes the issue where when we bump monaco versions we get build errors.
This commit is contained in:
@@ -115,7 +115,12 @@ export default {
|
||||
cache: {
|
||||
type: 'filesystem',
|
||||
buildDependencies: {
|
||||
config: [fileURLToPath(import.meta.url)],
|
||||
config: [
|
||||
fileURLToPath(import.meta.url),
|
||||
// Depend on the package.json to force a recache if something changes:
|
||||
// this is only because something in Monaco upsets the cache if its version changes
|
||||
path.resolve(__dirname, 'package.json'),
|
||||
],
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user