We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93adffa commit 8a2a7acCopy full SHA for 8a2a7ac
addons/addon-image/webpack.config.js
@@ -26,7 +26,8 @@ const addon = {
26
extensions: [ '.js' ],
27
alias: {
28
common: path.resolve('../../out/common'),
29
- browser: path.resolve('../../out/browser')
+ browser: path.resolve('../../out/browser'),
30
+ vs: path.resolve('../../out/vs')
31
}
32
},
33
output: {
0 commit comments