Skip to content

Commit de2272d

Browse files
committed
Oops exclude node-kernel from build
1 parent e5f5800 commit de2272d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/webpack/webpack.extension.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ module.exports = {
3636
'node-pty',
3737
'profoundjs-node-pty',
3838
'xterm',
39-
'xterm-addon-serialize'
39+
'xterm-addon-serialize',
40+
'node-kernel'
4041
],
4142
plugins: [...common.getDefaultPlugins('extension')],
4243
resolve: {

0 commit comments

Comments
 (0)