Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 268 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 268 Bytes

Problem

The build made by rollup will fail because it won't parse typescript

The fix

In the rollup.config.js file, you can switch the "plugins" option to includes src for the TS rollup plugin.

However, I think it should not be necessary.