Skip to content

Commit

Permalink
don't copy local extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Nov 11, 2024
1 parent 6d138cf commit a869186
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/shell/webpack.main.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ module.exports = {
from: path.resolve(__dirname, '../electron-chrome-extensions/dist'),
to: path.resolve(__dirname, '.webpack/main/electron-chrome-extensions/dist'),
},
{
from: path.resolve(__dirname, '../../extensions'),
to: path.resolve(__dirname, '.webpack/main/extensions'),
},
],
}),
],
Expand Down

0 comments on commit a869186

Please sign in to comment.