From 2268d1cb28201fe36e70307f21e39cf7ae21e69b Mon Sep 17 00:00:00 2001 From: Justineo Date: Wed, 23 Dec 2020 11:20:09 +0800 Subject: [PATCH] fix: fix static page generation --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index eae509e..37170e6 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -69,7 +69,7 @@ module.exports = { * Build configuration */ build: { - transpile: ['veui', 'vue-awesome', 'resize-detector', 'dls-graphics'], + transpile: ['veui', 'vue-awesome', 'resize-detector', 'less-plugin-dls', 'dls-graphics'], babel: { plugins: ['veui', 'lodash']