From d96547e9e68f53c08dacbbc8c8ec022fc943aead Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Thu, 1 Mar 2018 11:44:06 +0100 Subject: [PATCH] Use global.Object.assign to allow Nuxt.js import See https://twitter.com/adamwathan/status/968652732167995392 for full discussion --- defaultConfig.stub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultConfig.stub.js b/defaultConfig.stub.js index d2e5ab7f8277..4f1349cd1850 100644 --- a/defaultConfig.stub.js +++ b/defaultConfig.stub.js @@ -399,7 +399,7 @@ module.exports = { | */ - borderColors: Object.assign({ default: colors['grey-light'] }, colors), + borderColors: global.Object.assign({ default: colors['grey-light'] }, colors), /*