webpack-glob-entry

v2.1.1
simple function to transform glob patterns in webpack entry object
webpack

build

babel src/index.js -o lib/index.js

build:production

babel src/index.js -o lib/index.js

coveralls

cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

lint

eslint {src,spec}/**.js

report-coverage

nyc report --reporter=lcov

semantic-release

semantic-release pre && npm publish && semantic-release post

test

cross-env NODE_ENV=test nyc jasmine

test:lib

cross-env JASMINE_TEST=lib jasmine

test:production

npm run build:production && npm run test:lib

watch

babel src/index.js -o lib/index.js -w
npm i webpack-glob-entry

Metadata

  • MIT
  • Whatever
  • cotne nazarashvili
  • released 1/8/2017

Downloads

Maintainers