clean-entry-webpack-plugin
Version:
A webpack plugin to remove unwanted javascript files which is useful for css only webpack builds
23 lines (17 loc) • 392 B
YAML
language: node_js
node_js:
- "lts/*"
install:
- yarn --frozen-lockfile --silent --non-interactive --no-progress
script:
- commitlint-travis
# non-sudo for a [faster](https://docs.travis-ci.com/user/reference/overview/#Container-based) container-based build.
sudo: false
git:
submodules: false
notifications:
email: false
cache:
yarn: true
directories:
- "node_modules"