mattbierner / vscode-emojisense

Emoji Autocomplete Plugin For VSCode
https://marketplace.visualstudio.com/items?itemName=bierner.emojisense
MIT License
119 stars 9 forks source link

Webpack #20

Closed usernamehw closed 4 years ago

usernamehw commented 4 years ago

Activation time 38ms => 28ms Extension size 1.33Mb => 211Kb


datauri was blocking webpack and so it was updated to 2.0.0


@types/vscode was not matching engines and preventing packing the extension, so it was degraded to ^1.29.0

mattbierner commented 4 years ago

Thanks! Will publish update with this shortly

usernamehw commented 4 years ago

Hmmm. out folder is somehow passed through. You can probably just delete it before publishing the next version.