Skip to content

Commit eb652fa

Browse files
committed
Fix webpack policy name configuration
1 parent b2fb287 commit eb652fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/overlay-config/trusted-types.webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
entry: "./foo.js",
1313
output: {
1414
path: "/",
15-
trustedTypes: { trustedTypesPolicyName: "webpack" },
15+
trustedTypes: { policyName: "webpack" },
1616
},
1717
infrastructureLogging: isWebpack5
1818
? {

0 commit comments

Comments
 (0)