webpack-manifest-plugin

webpack-manifest-plugin

  Webpack plugin for generating an asset manifest.

  webpack-manifest-plugin

  This will generate a manifest.json file in your root output directory with a mapping of all source file names to their corresponding output file, for example:

  webpack-manifest-plugin

  A manifest is configurable using constructor options:

  webpack-manifest-plugin

参考:https://www.npmjs.com/package/webpack-manifest-plugin

上一篇:C++继承与派生的概念、什么是继承和派生


下一篇:关于感受野 (Receptive field) 你该知道的事