webpack-mem-compile

v1.0.2
Webpack compile to memory

flow-typed

flow-typed install && flow-typed install express@^4 && flow-typed install jest@23

flow:build

flow gen-flow-files ./src/index.js --out-dir ./src

babel

babel ./src --exclude=node_modules --out-dir ./src --source-maps inline

test

npm run lint && npm run flow-typed && npm run flow && npm run jest

flow

flow

lint

eslint src/ test/

jest

jest test --env=node --no-cache --coverage --verbose --runInBand --silent=false

prepublish

in-publish && npm run babel || not-in-publish

postpublish

git checkout ./src
npm i webpack-mem-compile

Metadata

  • MIT
  • >= 6
  • dbrain
  • released 11/10/2018

Downloads

Maintainers