BenWildeman / vscode-tabulous

Adds tabs for each terminal process to the status bar
https://marketplace.visualstudio.com/items?itemName=bwildeman.tabulous
MIT License
12 stars 2 forks source link

Feature/webpack #6

Closed Samuel-B-D closed 4 years ago

Samuel-B-D commented 4 years ago

Added a webpack configuration to bundle the extension. This provide a smaller bundle which makes vsce happy for packaging / publishing.

Note : Project had both a package-lock.json (npm) and a yarn.lock (yarn). I used yarn to add the new webpack depandancies. Since a project should use either npm or yarn and not have two different lock files which may sometimes not be synchronized, I droped the package-lock.json file.

Samuel-B-D commented 4 years ago

Actually nvm, the yarn.lock was created because I mistakently used yarn at first to add webpack. I will revert to npm as it's what was used by the repo.

BenWildeman commented 4 years ago

could you rebase this against master, then it should be mergeable (once I've tested and the little changes have been made)

Samuel-B-D commented 4 years ago

could you rebase this against master, then it should be mergeable (once I've tested and the little changes have been made)

Done.