From 15d38aacfd6ad0f0dfbdcb8338bb67b28bf7e734 Mon Sep 17 00:00:00 2001 From: "jianping.song" Date: Fri, 15 May 2020 18:05:30 +0800 Subject: [PATCH] fix(typo): fix error description typo --- src/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index 584f7c07..ac3990bb 100644 --- a/src/core.js +++ b/src/core.js @@ -83,7 +83,7 @@ module.exports = function core(defaultLibraryName) { /* istanbul ingore next */ if (cache[libraryName] === 2) { throw Error('[babel-plugin-component] If you are using both' + - 'on-demand and importing all, make sure to invoke the' + + ' on-demand and importing all, make sure to invoke the' + ' importing all first.'); } if (styleRoot) {