Skip to content

Commit

Permalink
Fix archive copy for ext build
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed Jun 5, 2023
1 parent 3bf6238 commit 6e881e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accessibility-checker-extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ module.exports = {
toType: 'file'
},
{
from: path.join(archivePath, "archives", "**", "*"),
to: path.join(distRootPath, "archives", "**", "*"),
from: path.join(archivePath, "archives"),
to: path.join(distRootPath, "archives"),
globOptions: {
ignore: [
path.join("**", "ace-*.js")
Expand Down

0 comments on commit 6e881e2

Please sign in to comment.