Skip to content

Commit

Permalink
fix: Disable by default simulate flagship
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jan 15, 2024
1 parent 4cbe2f6 commit f2eed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.cozy-home.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = {
}),

new webpack.DefinePlugin({
__SIMULATE_FLAGSHIP__: true
__SIMULATE_FLAGSHIP__: false
})
].filter(Boolean)
}

0 comments on commit f2eed8d

Please sign in to comment.