0.0.3 • Published 5 years ago

one-html-cc v0.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

DEMO

用途

配合 webpack 将打包好的文件合并成一个 html 文件

环境依赖

html-webpack-plugin 插件

部署步骤

$ npm install one-html-cc

Options

在 webpack 的 plugins 里面添加, 想要删除的文件的正则, 这些文件会被打包进html文件

new oneHtmlCc({
  match: /\.(js|css)\$/
});
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago