https://github.com/ud-ud/sample-webpack-strip-log-loader
Sample webpack project which uses `webpack-strip-log-loader`
https://github.com/ud-ud/sample-webpack-strip-log-loader
Last synced: 23 days ago
JSON representation
Sample webpack project which uses `webpack-strip-log-loader`
- Host: GitHub
- URL: https://github.com/ud-ud/sample-webpack-strip-log-loader
- Owner: UD-UD
- License: mit
- Created: 2018-05-03T04:56:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T08:00:21.000Z (about 7 years ago)
- Last Synced: 2025-02-16T07:17:50.774Z (3 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# sample-webpack-strip-log
[![Build Status][travis-image]][travis-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
[![Dependency Status][depstat-image]][depstat-url]> Description
## Installation
```
$ npm install --save sample-webpack-strip-log
```## Usage
```js
var sampleWebpackStripLog = require('sample-webpack-strip-log');
```## API
### `sampleWebpackStripLog(data, [options])`
Description#### Parameters
- **Array** `data`: An array of data
- **Object** `options`: An object containing the following fields:#### Return
- **Array** - Result## License
MIT © [](http://github.com/github)[travis-url]: https://travis-ci.org/github/sample-webpack-strip-log
[travis-image]: https://img.shields.io/travis/github/sample-webpack-strip-log.svg?style=flat-square[coveralls-url]: https://coveralls.io/r/github/sample-webpack-strip-log
[coveralls-image]: https://img.shields.io/coveralls/github/sample-webpack-strip-log.svg?style=flat-square[depstat-url]: https://david-dm.org/github/sample-webpack-strip-log
[depstat-image]: https://david-dm.org/github/sample-webpack-strip-log.svg?style=flat-square