Skip to content

Commit

Permalink
Merge pull request #25974 from mshima/microfrontend-var
Browse files Browse the repository at this point in the history
drop unused _I18N_RESOURCES_PREFIX variable
  • Loading branch information
DanielFran authored Apr 26, 2024
2 parents e1cb0ee + e1a0c2a commit cf2152b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,3 @@ const { DefinePlugin } = require('webpack');
),
},
<&_ } -&>
<&_ if (fragment.pluginsSection) { -&>
<%_ if (applicationTypeMicroservice) { _%>
new DefinePlugin({
<%= this._.upperCase(baseName) %>_I18N_RESOURCES_PREFIX: JSON.stringify(''),
}),
<%_ } _%>
<&_ } -&>

Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,3 @@ const { DefinePlugin } = require('webpack');
),
},
<&_ } -&>

<&_ if (fragment.pluginsSection) { -&>
<%_ if (applicationTypeMicroservice) { _%>
new DefinePlugin({
<%= this._.upperCase(baseName) %>_I18N_RESOURCES_PREFIX: JSON.stringify(''),
}),
<%_ } _%>
<&_ } -&>

0 comments on commit cf2152b

Please sign in to comment.