美文网首页webpack
从dll到hard-source-webpack-plugin

从dll到hard-source-webpack-plugin

作者: web_柚子小记 | 来源:发表于2019-12-20 15:12 被阅读0次
使用dll后的打包时间 使用dll前的打包时间 引入hard-source-webpack-plugin
-------------------------------------------------------------------------------------------------
使用dll后代码体积 使用dll前代码体积
-------------------------------------------------------------------------------------------------
dll配置 实际加载文件大小 除去dll配置的文件大小
-------------------------------------------------------------------------------------------------

引入hard-source-webpack-plugin:
npm install --save-dev hard-source-webpack-plugin

const HardSourceWebpackPlugin = require('hard-source-webpack-plugin');
module.exports = {
  // ......  plugins: [
    new HardSourceWebpackPlugin()  
]}

相关文章

网友评论

    本文标题:从dll到hard-source-webpack-plugin

    本文链接:https://www.haomeiwen.com/subject/aahinctx.html