Skip to content

Commit c6e874e

Browse files
robpavezaDevtools-frontend LUCI CQ
authored andcommitted
Upgrade parameters to rollup for cxx debugging plugin
Bug: 380367785 Change-Id: I8e74310db2b5b14d9801e1b449f14efe0d0d7c4c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6041172 Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Robert Paveza <[email protected]>
1 parent cbde6b1 commit c6e874e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extensions/cxx_debugging/src/rollup.config.in.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ const files = ['$<JOIN:@EXTENSION_BUNDLE_ENTRYPOINTS@,', '>'];
1212
const sourcemap = '$<$<BOOL:@EXTENSION_BUNDLE_SOURCEMAP@>:inline>';
1313

1414
const resolveOptions = {
15-
customResolveOptions: {
16-
moduleDirectory: '@PROJECT_SOURCE_DIR@/third_party',
17-
},
15+
modulePaths: ['@PROJECT_SOURCE_DIR@/third_party'],
1816
rootDir: '@PROJECT_SOURCE_DIR@',
1917
jail: '@PROJECT_SOURCE_DIR@',
2018
resolveOnly: ['lit-html'],

0 commit comments

Comments
 (0)