autodll-webpack-plugin

v0.3.9
Webpack's DllPlugin without the boilerplate

install:fixturedeps

node ./scripts/installFixtureDeps.js

lint

eslint src specs

lint:fix

npm run lint -- --fix

lint-staged

lint-staged

test:unit

ava specs/**/*.spec.js

test:integration

node ./scripts/runIntegrationTests.js

test

npm run test:unit && npm run test:integration

test:inspect

node --inspect node_modules/ava/profile.js

cleanup

del-cli ./lib

build

npm run cleanup && babel src --out-dir lib

build:watch

npm run cleanup && babel src --out-dir lib --watch

prepublishOnly

npm run build

precommit

del-cli yarn.lock && lint-staged && npm run test

format

prettier-eslint --print-width 100 --trailing-comma es5 --single-quote --write "{{src,specs,scripts,examples/**/src,experiments/**/src}/**/*.{js,json,css},*.{js,json}}"

Metadata

  • MIT
  • Whatever
  • Asaf Katz
  • released 2/15/2018

Downloads

Maintainers