Skip to content

Commit

Permalink
Fix warning from webpack [vscode-fsevents] (#834)
Browse files Browse the repository at this point in the history
* Switch to vscode-chokidar

* Include vscode-fsevents as an external
  • Loading branch information
auxves authored and shanalikhan committed Apr 18, 2019
1 parent 88299e2 commit c691cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config = {
},
externals: {
vscode: "commonjs vscode",
fsevents: "commonjs fsevents",
"vscode-fsevents": "commonjs vscode-fsevents",
"original-fs": "commonjs original-fs"
},
plugins: [new CleanWebpackPlugin()],
Expand Down

0 comments on commit c691cfc

Please sign in to comment.