【VSCode】yo codeで拡張機能つくるときにwebpack不要にした後にwebpack使う
最初 yo code この実行時に、webpackをデフォルトで「NO」にした。 その状態でvsce publishで拡張機能を公開すると、以下のWarningが出る。 This extension consists of 3296 files, out of which 1979 are JavaScript files. For performance reasons, you should bundle your extension:@https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary …
2024/07/06 23:44