Coder Social home page Coder Social logo

Comments (2)

rottenpen avatar rottenpen commented on June 12, 2024

webpack4 更新了什么?

这里另开一个 issue 翻译 webpack4 更新了啥?

from blog.

rottenpen avatar rottenpen commented on June 12, 2024

正文

更新依赖

首当其冲的,自然是要更新 webpack 4.* 的版本,我现在就新的版本是 webpack 4.16,对应的是还没完全改版前的最后一个版本 vue-cli (webpack3.6)。
然后我们要更新其他依赖,推荐使用 npm-check,它可以检查到你所有有后续新版的依赖包,并可以选择性安装。

npm i -g npm-check
npm-check -u -D  // 检查devDependencies上的依赖是否更新

这里建议全部都更。
除此之外,还要另外更新 postcss 血的教训,因为网上的教程都没说,postcss 在 vue-cli 的 package.json 里是没有的,因为它会作为其他 postcss 插件的依赖,被记录在 package-lock.json 上,然而 webpack4 不吃这一套,就要用最新版的 postcss 。

mode 模式

webpack4 新出的 mode 模式。

from blog.

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.