Because of the use of font-awesome you'll need to do the following in your code:
import {library} from '@fortawesome/fontawesome-svg-core'
import {
faBan,
faEdit,
faPlus,
faSave,
faSync,
faTrash
} from '@fortawesome/free-solid-svg-icons'
library.add(
faBan,
faEdit,
faPlus,
faSave,
faSync,
faTrash
)
- git flow release start vMM.mm.pp
- npm run test:src
- npm run test:harness
- npm run test:host:start
- npm run test:behavior
- npm version major/minor/patch
- npm build
- npm publish