UNPKG

universal-hot-reload

Version:

Hot reload client and server webpack bundles for the ultimate development experience

11 lines 189 B
version: 2 jobs: build: docker: - image: circleci/node:latest steps: - checkout - run: yarn - run: yarn build - run: yarn lint - run: yarn test