Skip to content

Commit 36680cd

Browse files
TheAlexLichteradamwathan
authored andcommitted
Use global.Object.assign to allow Nuxt.js import
See https://twitter.com/adamwathan/status/968652732167995392 for full discussion
1 parent c8fbeab commit 36680cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaultConfig.stub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ module.exports = {
399399
|
400400
*/
401401

402-
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
402+
borderColors: global.Object.assign({ default: colors['grey-light'] }, colors),
403403

404404

405405
/*

0 commit comments

Comments
 (0)