Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
chore: remove explicit /dist dir in Webpack as it is implicit (#434)
Browse files Browse the repository at this point in the history
Signed-off-by: Even Stensberg <evenstensberg@gmail.com>
  • Loading branch information
evenstensberg committed Nov 21, 2023
1 parent cfbe5a0 commit 7eba788
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Frontend/ui-library/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = {
})
],
output: {
path: path.resolve(__dirname, 'dist'),
globalObject: 'this'
}
};
};

0 comments on commit 7eba788

Please sign in to comment.