valotas / karma-parcel

Karma with Parcel bundler
MIT License
6 stars 2 forks source link

Cannot find module parcel-bundler #8

Closed ashubham closed 5 years ago

ashubham commented 5 years ago

Seems, we have used the parcel-bundler alias for the parcel package in the code. But in the docs we are using parcel. It will be great to change the code to use parcel package instead as it seems to be the more standard.

valotas commented 5 years ago

Hi @ashubham

I am afraid I do not understand what exactly you mean by code and doc. Would you like to point me to the file you are referring to?

ashubham commented 5 years ago

In the docs you mention: npm i parcel for installation

In the code you use parcel-bundler https://github.com/valotas/karma-parcel/blob/master/src/plugin.ts#L8

These both are the same packages with different names, parcel being the more used now. Maybe change the code to use parcel too.