Explorar el Código

chore: 忽略`sourcemap-codec`和`stable`依赖包的`deprecation`警告

xiaoxian521 hace 2 años
padre
commit
4be2f04b4d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      package.json

+ 4 - 0
package.json

@@ -145,6 +145,10 @@
         "rollup",
         "webpack"
       ]
+    },
+    "allowedDeprecatedVersions": {
+      "sourcemap-codec": "*",
+      "stable": "*"
     }
   },
   "repository": "git@github.com:pure-admin/vue-pure-admin.git",