Skip to content

Commit d711aeb

Browse files
committed
Remove duplicate modules
1 parent 1f05189 commit d711aeb

File tree

3 files changed

+1
-473
lines changed

3 files changed

+1
-473
lines changed

standalone-packages/vscode-editor/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function pluginStream(plugin, type, destinationPath) {
125125
*/
126126
function addPluginContribs(type) {
127127
return es.through(function(data) {
128-
if (!/editor\.main\.js$/.test(data.path)) {
128+
if (!/editor\.main\.js$/.test(data.path) || /codesandbox\.editor\.main\.js$/.test(data.path)) {
129129
this.emit('data', data);
130130
return;
131131
}

0 commit comments

Comments
 (0)