fusepilot / parcel-plugin-cep-starter

Starter template for parcel-cep-plugin, a zero configuration CEP extension builder for Parcel.
MIT License
13 stars 10 forks source link

Bunch of things #4

Open vespakoen opened 6 years ago

vespakoen commented 6 years ago
vespakoen commented 5 years ago

I just pushed changes that runs the build command serially and starts a typescript server just for showing the typescript errors (not for actually compiling stuff)

I also fixed most .ts errors (I have only one left that comes from cep-interface):

../../node_modules/cep-interface/lib/cs-interface.d.ts:1:22 - error TS6053: File '/Users/koen/Projects/adobe-extension-tools/parcel-plugin-cep-starter/node_modules/cep-interface/src/window.d.ts' not found.

1 /// <reference path="../src/window.d.ts" />

And updated the parcel-plugin-cep dependency to version 1.2.0