This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch chore-docusaurus in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 23c229bda7dd60eab03bc13e0fef46d9f8c63c28 Author: juzhiyuan <[email protected]> AuthorDate: Sun Oct 10 20:15:18 2021 +0800 chore: remove unused windicss --- website/plugins/plugin-windicss/index.js | 14 -------------- website/windi.config.ts | 10 ---------- 2 files changed, 24 deletions(-) diff --git a/website/plugins/plugin-windicss/index.js b/website/plugins/plugin-windicss/index.js deleted file mode 100644 index e74d9eb..0000000 --- a/website/plugins/plugin-windicss/index.js +++ /dev/null @@ -1,14 +0,0 @@ -const WindiCSS = require("windicss-webpack-plugin").default; - -module.exports = function (context, options) { - return { - name: 'plugin-windicss', - configureWebpack(config) { - return { - plugins: [ - new WindiCSS(), - ] - }; - }, - }; -}; diff --git a/website/windi.config.ts b/website/windi.config.ts deleted file mode 100644 index 720cbda..0000000 --- a/website/windi.config.ts +++ /dev/null @@ -1,10 +0,0 @@ -import {defineConfig} from 'windicss/helpers' - -export default defineConfig({ - prefix: 'windi', - /*extract: { - include: [ - './src/pages/showcase/!*' - ] - }*/ -});
