百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>html5教程> html文件怎样打包 ?html文件打包的办法介绍
分享文章到:

html文件怎样打包 ?html文件打包的办法介绍

发布时间:09/01 来源:未知 浏览: 关键词:
本篇文章给大家带来的内容是关于html文件怎样打包 ?html文件打包的办法介绍,有必然的参照 价值,有需要的伴侣可以参照 一下,但愿对你有所帮忙。

按照上篇文章讲的js紧缩,npm run server运转后会报错

要弄清楚这个问题,我们先要弄分明什么是开发环境,什么是生产环境。开发环境中是根本不会对js停止紧缩的,在开发预览时我们需要明白的报错行数和错误信息,所以完全没有必要紧缩JavasScript代码。而生产环境中才会紧缩JS代码,用于加快程序的工作效力。devServer用于开发环境,而紧缩JS用于生产环境,在开发环境中作生产环境的事情所以Webpack设定了冲突报错。

生产环境中紧缩js会没法调试(寻不到第几行)

在实际开发中,webpack配置文件是分开的,开发环境一个文件,生产环境一个文件。

1、html文件的打包

  • 把dist名目下面的index.html剪切复制到src名目下,index.html里面引入的js代码可以删除掉(会主动引入js代码),这就是模板文件

  • 在webpack-config.js里面引入插件

     plugins:[
           new htmlPlugin({
              minify:{
                  removeAttributeQuotes:true       //对html停止紧缩,去除属性的双引号
              },
              hash:true,      //为了开发中js有缓存结果,参加hash可以有效幸免缓存JS
              template:'./src/index.html'      //是要打包的html模板途径和文件名称
          })
        ]
    i ?wds?: Project is running at http://10.212.109.18:8087/
     i ?wds?: webpack output is served from /
     i ?wds?: Content not from webpack is served from F:\webLearn\webpackLearn\dist
     ? ?wdm?: Hash: 027dd749b565ba3b200d
     Version: webpack 4.15.1
     Time: 3008ms
     Built at: 2018-07-11 08:49:13
      Asset       Size  Chunks             Chunk Names
     entry2.js    139 KiB       0  [emitted]  entry2
     entry.js    145 KiB       1  [emitted]  entry index.html  427 bytes          [emitted]
     Entrypoint entry = entry.js
     Entrypoint entry2 = entry2.js

    显现上述代码即成功

    • 如下所示即打包成功

      Hash: 40112e2b8d4dc81b512b
      Version: webpack 4.15.1
      Time: 5299ms
      Built at: 2018-07-11 08:47:26
      Asset       Size  Chunks             Chunk Names
      entry2.js  962 bytes       0  [emitted]  entry2
      entry.js   6.75 KiB       1  [emitted]  entry
      index.html  427 bytes          [emitted]
      [0] ./src/entry2.js 33 bytes {0} [built]
      [4] ./node_modules/css-loader!./src/css/index.css 227 bytes {1} [built]
      [5] ./src/css/index.css 1.06 KiB {1} [built]
      [6] ./src/entry.js 94 bytes {1} [built]
      + 3 hidden modules
      
      WARNING in configuration
      The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.
      You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/concepts/mode/
      Child html-webpack-plugin for "index.html": 1 asset
      [0] (webpack)/buildin/module.js 497 bytes {0} [built]
      [1] (webpack)/buildin/global.js 489 bytes {0} [built]
      [3] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 511 bytes {0} [built]
      + 1 hidden module
    • 把dist名目删掉 ,在终端输入webpack停止打包

    • 在终端输入 npm run dev 在阅读器中运转

    • plugins里面配置如下:

    • const htmlPlugin=require(‘html-webpack-plugin’);

    • 在终端里面停止安置:npm install –save-dev html-webpack-plugin

    • 配置html

相关引荐:

本人写HTML用Cordova打包与用AppCan、Dcloud、WeX5、ApiCloud有何不同?

css文件怎样停止打包?css文件打包的办法

以上就是html文件怎样打包 ?html文件打包的办法介绍的具体内容,更多请关注百分百源码网其它相关文章!

打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

共有154人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板