Skip to content

Commit

Permalink
Webpack web target
Browse files Browse the repository at this point in the history
(cherry picked from commit a90866a73e6cff9a286c23e60c74672f4c0d317a)
  • Loading branch information
markus101 authored and mynameisbogdan committed Nov 27, 2024
1 parent f23d75d commit 2b1684a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = (env) => {
const config = {
mode: isProduction ? 'production' : 'development',
devtool: isProduction ? 'source-map' : 'eval-source-map',
target: 'web',

stats: {
children: false
Expand Down

0 comments on commit 2b1684a

Please sign in to comment.