mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix #6485 big-data-cluster extension fails to load
- Entry point is `extension` not `main`
This commit is contained in:
@@ -12,7 +12,7 @@ const withDefaults = require('../shared.webpack.config');
|
|||||||
module.exports = withDefaults({
|
module.exports = withDefaults({
|
||||||
context: __dirname,
|
context: __dirname,
|
||||||
entry: {
|
entry: {
|
||||||
main: './src/extension.ts'
|
extension: './src/extension.ts'
|
||||||
},
|
},
|
||||||
externals: {
|
externals: {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user