Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
Attempted fix for build error:
cannot create directory at 'src/javascript/api-server': Permission denied
  • Loading branch information
DaleMcGrew authored May 4, 2024
1 parent ea61c60 commit 37e8f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = (env, argv) => ({
to: 'css/',
globOptions: { ignore: ['**/mainPreBeautified.css', '**/mainSubtract.css']},
},
{ from: `${source}/javascript/api-server/`, to: 'javascript/api-server/' },
{ from: `${source}/javascript`, to: 'javascript/' },
{ from: `${source}/extension.html`, to: '.' },
{
from: `${source}/img`,
Expand Down

0 comments on commit 37e8f4e

Please sign in to comment.