Skip to content

Commit

Permalink
chore: webpack should ignore calculator's tests/ directories
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 29, 2024
1 parent 920e994 commit c52c72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const Entries = () => {
'src/js/accordion/state.js',
'src/js/accordion/translations.js',
'src/js/localStorageManager.js',
'src/js/calculator/**/tests/**'
];

glob.sync(pattern, {ignore: ignore}).map((item) => {
Expand Down

0 comments on commit c52c72a

Please sign in to comment.