File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 99! dist
1010
1111# Include the built webview
12- ! webview-ui
12+ ** /* .map
13+ ! webview-ui /audio
14+ ! webview-ui /build /assets /* .js
15+ ! webview-ui /build /assets /* .ttf
16+ ! webview-ui /build /assets /* .css
1317
1418# Include the license file
1519! LICENSE
Original file line number Diff line number Diff line change @@ -172,7 +172,10 @@ const copyAssets = {
172172 name : "copy-assets" ,
173173 setup ( build ) {
174174 build . onEnd ( ( ) => {
175- const copyPaths = [ [ "node_modules/vscode-material-icons/generated" , "assets/vscode-material-icons" ] ]
175+ const copyPaths = [
176+ [ "node_modules/vscode-material-icons/generated" , "assets/vscode-material-icons" ] ,
177+ [ "../webview-ui/audio" , "webview-ui/audio" ] ,
178+ ]
176179
177180 for ( const [ srcRelPath , dstRelPath ] of copyPaths ) {
178181 const srcDir = path . join ( __dirname , srcRelPath )
You can’t perform that action at this time.
0 commit comments