Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 369 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 369 Bytes

hermione-esm

This is a hermione plugin that starts @web/dev-server before running tests.

Installation

npm install hermione-esm

Configuration

module.exports = {
  // ...
  plugins: {
    'hermione-esm': {
      port: 8081
    }
  },
  //...
}