@tushi11/elpis 1.0.3 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -277,6 +277,7 @@ module.exports = async () => {
277
277
  alias: {
278
278
  // 解决 thread-loader 找不到问题
279
279
  'thread-loader': loaders.thread,
280
+ // 'postcss-loader': loaders.postcss,
280
281
  },
281
282
  },
282
283
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tushi11/elpis",
3
- "version": "1.0.3",
3
+ "version": "1.0.32",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -65,7 +65,10 @@
65
65
  "nprogress": "^0.2.0",
66
66
  "path": "^0.12.7",
67
67
  "pinia": "^2.1.6",
68
+ "postcss": "^8.4.41",
69
+ "postcss-loader": "^8.1.1",
68
70
  "postcss-pxtorem": "^6.1.0",
71
+ "koa-proxy": "^1.0.0-alpha.3",
69
72
  "sass": "^1.77.8",
70
73
  "sass-loader": "^16.0.5",
71
74
  "style-loader": "^0.14.1",
@@ -99,10 +102,7 @@
99
102
  "eslint-plugin-import": "^2.28.1",
100
103
  "eslint-plugin-vue": "^9.17.0",
101
104
  "ghooks": "~1.0.3",
102
- "koa-proxy": "^1.0.0-alpha.3",
103
105
  "mocha": "^6.1.4",
104
- "postcss": "^8.4.41",
105
- "postcss-loader": "^8.1.1",
106
106
  "supertest": "^4.0.2",
107
107
  "tailwindcss": "^3.4.10",
108
108
  "validate-commit-msg": "~2.14.0"