Giter VIP home page Giter VIP logo

Comments (2)

mazhe-nerd avatar mazhe-nerd commented on July 28, 2024

是的,axios1.0 修改了打包方式,打出了esm:https://github.com/axios/axios/pull/4596/files,我看看是否具备升级的条件

from node-sdk.

vangie avatar vangie commented on July 28, 2024

@mazhe-nerd

我当前解法是搞一个deno.json,加上importmaps

  "imports": {
    "https://esm.sh/v129/[email protected]/denonext/axios.mjs": "https://esm.sh/v129/[email protected]/denonext/axios.mjs"
  }

是可以用的,不过有个讨厌的问题,中间那个esm.sh的版本号会变化v128->v129->v130 要不停的更新。最好还是官方依赖一个更新一点的axios版本

from node-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.