Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 28, 2023
1 parent 083ecbc commit 27445fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/config-webpack/webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
devtool: 'source-map',
stats: isWatch ? 'errors-warnings' : 'normal',
mode: isProd ? 'production' : 'development',
target: ['web', 'es5'], // target es5 for ie11 support (compiles modules to es5)
module: {
rules: [
{
Expand Down

0 comments on commit 27445fe

Please sign in to comment.