Skip to content

Commit

Permalink
default devtool to false
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente committed Sep 17, 2024
1 parent fa1b423 commit 1380eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/lib/createConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const createConfig = ({
nodeModulesDirectories = [],
stripAllPfStyles = false,
blockLegacyChrome,
devtool,
devtool = false,
}: CreateConfigOptions): Configuration => {
if (typeof _unstableHotReload !== 'undefined') {
fecLogger(LogType.warn, `The _unstableHotReload option in shared webpack config is deprecated. Use hotReload config instead.`);
Expand Down

0 comments on commit 1380eec

Please sign in to comment.