Skip to content

Commit

Permalink
Rename UMD global for scheme-utilities (#15683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 authored Oct 23, 2020
1 parent ea7178e commit c0cc166
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "prerelease",
"comment": "Rename UMD global to FluentUISchemeUtilities",
"packageName": "@fluentui/scheme-utilities",
"email": "elcraig@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-10-23T23:12:26.107Z"
}
2 changes: 1 addition & 1 deletion packages/scheme-utilities/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = resources.createConfig(BUNDLE_NAME, true, {

output: {
libraryTarget: 'var',
library: 'Variants',
library: 'FluentUISchemeUtilities',
},
});

0 comments on commit c0cc166

Please sign in to comment.