ignore-assets-webpack-plugin

v2.0.1
Ignore assets from compilation. Useful when you use non-js files as entry points with extract-text-webpack-plugin, and don't need the resulting empty js files.
assets files ignore webpack webpack-plugin webpack2

build

babel -d ./lib ./src

watch

babel -w -d ./lib ./src

prepublish

npm -s run build

lint

eslint --fix ./src

tests

ava

pretest

npm -s run lint

test

npm -s run tests

test-with-coverage

nyc npm run test

coverage

nyc report --reporter=text-lcov | coveralls

release

npmpub
npm i ignore-assets-webpack-plugin

Metadata

  • GPL-3.0
  • Whatever
  • Mehdi Lahlou
  • released 1/4/2018

Downloads

Maintainers