gavinmcfarland / plugma

Take Figma plugin development to the next level
https://plugma.dev
MIT License
56 stars 3 forks source link

Investigate if some errors are being suppressed using dev command #13

Closed gavinmcfarland closed 2 weeks ago

gavinmcfarland commented 3 months ago

Example when importing types that's missing type keyword.

import { ColorProperty } from "./types";

Example error

The requested module '/src/types.ts?t=1721597173545' does not provide an export named 'ColorProperty'
gavinmcfarland commented 2 weeks ago

Console logging improved in next major release.