https://github.com/airkro/baidu-tongji-webpack-plugin
Add `Baidu tongji` to your project.
https://github.com/airkro/baidu-tongji-webpack-plugin
html plugin webpack webpack-plugin
Last synced: 2 months ago
JSON representation
Add `Baidu tongji` to your project.
- Host: GitHub
- URL: https://github.com/airkro/baidu-tongji-webpack-plugin
- Owner: Airkro
- License: mit
- Created: 2020-09-04T09:20:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T06:52:05.000Z (over 4 years ago)
- Last Synced: 2025-09-16T13:03:25.543Z (10 months ago)
- Topics: html, plugin, webpack, webpack-plugin
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/baidu-tongji-webpack-plugin
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# baidu-tongji-webpack-plugin
Add `baidu tongji` to your project.
[![npm][npm-badge]][npm-url]
[![github][github-badge]][github-url]
![node][node-badge]
[npm-url]: https://www.npmjs.com/package/baidu-tongji-webpack-plugin
[npm-badge]: https://img.shields.io/npm/v/baidu-tongji-webpack-plugin.svg?style=flat-square&logo=npm
[github-url]: https://github.com/airkro/baidu-tongji-webpack-plugin
[github-badge]: https://img.shields.io/npm/l/baidu-tongji-webpack-plugin.svg?style=flat-square&colorB=blue&logo=github
[node-badge]: https://img.shields.io/node/v/baidu-tongji-webpack-plugin.svg?style=flat-square&colorB=green&logo=node.js
## Installation
```bash
npm install baidu-tongji-webpack-plugin --save-dev
```
## Usage
```cjs
// example: webpack.config.js
const BaiduTongJiWebpackPlugin = require('baidu-tongji-webpack-plugin');
module.exports = {
plugins: [
new HtmlWebpackPlugin(),
new BaiduTongJiWebpackPlugin('xxxxxxxxxxxxxxxxxxxxxxx')
]
};
```