Skip to content

Commit

Permalink
Changed test mode to development
Browse files Browse the repository at this point in the history
  • Loading branch information
Clooos authored Jun 5, 2024
1 parent 0d4dc9b commit cc4f98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = [
// My Home Assistant test server

{
mode: 'production',
mode: 'development',
entry: {
'bubble-card': './src/bubble-card.ts',
'bubble-pop-up-fix': './src/bubble-pop-up-fix.ts'
Expand Down

0 comments on commit cc4f98f

Please sign in to comment.