react-static-webpack-plugin
Version:
Build full static sites using React, React Router and Webpack
14 lines (12 loc) • 378 B
YAML
## Customize machine
machine:
node:
version: 6.2.2
## Install example deps as well so that we can run tests there
dependencies:
post:
- (cd example/basic-with-router; npm install)
- (cd example/css-modules; npm install)
- (cd example/deep-route-nesting; npm install)
- (cd example/extract-css; npm install)
- (cd example/with-template; npm install)