Closed
Description
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
3.16.0
Expected / Desired Behavior / Question
gulp bundle --ship completes with no issues, as it does on 3.15.0
Observed Behavior
There's a module not found error in webpack:
@iconify/react is listed under devDependencies rather than dependencies in package.json
Steps to Reproduce
- Create a new spfx component for a web part using react as the framework
- Install version 3.16.0 of the library
- Add e.g. a ListItemAttachments component
- run gulp bundle --ship