Home / Course / JavaScript

Front-end engineering (ES6 modularization and webpack packaging)

IntroductionChapterCourseware
The way Webpack works is: treat your project as a whole, through a given main file (such as: index.js), Webpack will find all the dependency files of your project starting from this file, use loaders to process them, and finally Packaged into one (or more) browser-readable JavaScript files.
  • Difficulty:Intermediate
  • Total of24 chapters
  • 45169 plays
  • About Instructor

    王林
    王林
    student
    You will learn:

    The way Webpack works is: treat your project as a whole, through a given main file (such as: index.js), Webpack will find all the dependency files of your project starting from this file, use loaders to process them, and finally Packaged into one (or more) browser-readable JavaScript files.

  • CancelreplySending
  • php.cn