From 7831b8cf3d3cb68320ceb7ee2fb3ee4b7e9e2de2 Mon Sep 17 00:00:00 2001 From: Justineo Date: Wed, 18 Nov 2020 11:07:05 +0800 Subject: [PATCH] chore: add dls-graphics to transpile --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index bc5a738..2138cc2 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -67,7 +67,7 @@ module.exports = { * Build configuration */ build: { - transpile: ['veui', 'vue-awesome', 'resize-detector', 'less-plugin-dls'], + transpile: ['veui', 'vue-awesome', 'resize-detector', 'less-plugin-dls', 'dls-graphics'], babel: { plugins: ['veui', 'lodash']