File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 "lint" : " eslint src --ext ts" ,
5454 "test" : " mocha" ,
5555 "build" : " webpack --config webpack.config.js" ,
56- "vscode" : " webpack --config webpack.config.js" ,
56+ "vscode" : " webpack --config webpack.config.js && mv dist/* ../dist " ,
5757 "vscode:watch" : " webpack --config webpack.config.js --watch" ,
5858 "dev" : " webpack serve --config webpack.config.js --open" ,
5959 "build:idea" : " webpack --config webpack.idea.config.js" ,
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ const webviewConfig = {
111111 new DefinePlugin ( {
112112 "process.env.platform" : JSON . stringify ( "vscode" ) ,
113113 } ) ,
114- new CopyWebpackPlugin ( {
115- patterns : [ { from : "dist" , to : "../dist" } ] ,
116- } ) ,
114+ // new CopyWebpackPlugin({
115+ // patterns: [{ from: "dist", to: "../dist" }],
116+ // }),
117117 ] ,
118118} ;
119119
You can’t perform that action at this time.
0 commit comments