[Loc] fix for webpack for sql-migration and update to XLFs two weeks prior to code complete. (#22484)

This commit is contained in:
Alex Ma
2023-03-27 17:07:14 -07:00
committed by GitHub
parent 97eb69477e
commit fd8d8b0a27
4 changed files with 59 additions and 6 deletions

View File

@@ -13,5 +13,8 @@ module.exports = withDefaults({
context: __dirname,
entry: {
main: './src/main.ts'
},
externals: {
'native-is-elevated': 'commonjs native-is-elevated',
}
});