webpack.config.js var webpack=require("webpack"); var htmlWebpackPlugin=require('html-webpack-plugin'); var ExtractTextPlugin=require('extract-text-webpack-plugin'); var openBoweserPlugin=require('open-browser-webpack-plugin'); module.exports={…
一.meta到底是什么? 英文解释:The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. 翻译过来就是:<meta>标签提供metadata,中文名叫元数据是用于描述数据的数据.它不会显示在页面上,但是机器却可以识别. 二.meta有什么用? 文档中查看到:Meta elem…