@tushi11/elpis 1.0.31 → 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,7 +277,7 @@ module.exports = async () => {
277
277
  alias: {
278
278
  // 解决 thread-loader 找不到问题
279
279
  'thread-loader': loaders.thread,
280
- 'postcss-loader': loaders.postcss,
280
+ // 'postcss-loader': loaders.postcss,
281
281
  },
282
282
  },
283
283
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tushi11/elpis",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -68,6 +68,7 @@
68
68
  "postcss": "^8.4.41",
69
69
  "postcss-loader": "^8.1.1",
70
70
  "postcss-pxtorem": "^6.1.0",
71
+ "koa-proxy": "^1.0.0-alpha.3",
71
72
  "sass": "^1.77.8",
72
73
  "sass-loader": "^16.0.5",
73
74
  "style-loader": "^0.14.1",
@@ -101,7 +102,6 @@
101
102
  "eslint-plugin-import": "^2.28.1",
102
103
  "eslint-plugin-vue": "^9.17.0",
103
104
  "ghooks": "~1.0.3",
104
- "koa-proxy": "^1.0.0-alpha.3",
105
105
  "mocha": "^6.1.4",
106
106
  "supertest": "^4.0.2",
107
107
  "tailwindcss": "^3.4.10",