Skip to content

Commit

Permalink
update default value of useBlockAssets to true
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Oct 23, 2023
1 parent dff7ad2 commit ad547ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const getDefaultConfig = () => {
wpDependencyExternals:
typeof process.env.TENUP_NO_EXTERNALS === 'undefined' ||
!process.env.TENUP_NO_EXTERNALS,
useBlockAssets: false,
useBlockAssets: true,
include,
};
};
Expand Down

0 comments on commit ad547ae

Please sign in to comment.