From d35132d82d68acbbf83d95add7290f769d3b2436 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 11 Nov 2020 15:00:15 -0800 Subject: Update VuePress configuration We are moving away from importing application components directly into the VuePress docs. We will document code snippets and add screenshots as a visual example. This commit removes all code and configurations that supported importing dynamic components into VuePress and added images in place of a working component example on the page. Signed-off-by: Yoshie Muranaka Change-Id: I9a75c5d51de8b6d941e4df7ae977d78c043d36e1 --- docs/.vuepress/config.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/.vuepress/config.js') diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c650d7e6..e4dd2004 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -61,12 +61,5 @@ module.exports = { ], "/themes/": ["", "customize", "env"] }, - }, - configureWebpack: { - resolve: { - alias: { - '@': path.resolve(__dirname, '../../src') - } - } } }; \ No newline at end of file -- cgit v1.2.3