Skip to content

Commit

Permalink
Revert "fix: exclude neovim from webpack module. #4126 (#4169)"
Browse files Browse the repository at this point in the history
This reverts commit 200c17f.
  • Loading branch information
Jason Poon committed Oct 14, 2019
1 parent d4e41e7 commit da85909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const config = {
devtool: 'source-map',
externals: {
vscode: 'commonjs vscode', // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/
neovim: 'neovim',
},
resolve: {
// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader
Expand Down

0 comments on commit da85909

Please sign in to comment.