Skip to content

Commit c3c787e

Browse files
committed
Resolve vs imports in webpacked bundle
1 parent 1dada9f commit c3c787e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const config = {
3333
extensions: [ '.js' ],
3434
alias: {
3535
common: path.resolve('./out/common'),
36-
browser: path.resolve('./out/browser')
36+
browser: path.resolve('./out/browser'),
37+
vs: path.resolve('./out/vs'),
3738
}
3839
},
3940
output: {

0 commit comments

Comments
 (0)