From dd02282e15da76e79338d646697c0ce9fb456987 Mon Sep 17 00:00:00 2001 From: ihzero Date: Mon, 4 Sep 2023 19:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - postcss.config.js | 2 +- src/App.vue | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fa61a31..3385f21 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,6 @@ "mini-types": "*", "miniprogram-api-typings": "*", "postcss-comment": "^2.0.0", - "postcss-windicss": "file:src/vendor/postcss-windicss", "sass": "^1.43.4", "sass-loader": "^8.0.2", "vue-template-compiler": "^2.6.11" diff --git a/postcss.config.js b/postcss.config.js index 2e44fa6..b0b17c8 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -3,7 +3,7 @@ const webpack = require('webpack') const config = { parser: require('postcss-comment'), plugins: [ - require('postcss-windicss')({}), + // require('postcss-windicss')({}), require('postcss-import')({ resolve (id, basedir, importOptions) { if (id.startsWith('~@/')) { diff --git a/src/App.vue b/src/App.vue index c340b0f..86cdb4c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,7 +13,7 @@