alexlafroscia / ember-cli-stencil

Automatic discovery of Stencil.js components for your Ember application
26 stars 7 forks source link

Issue with stencil loader #21

Closed miriamgonp closed 4 years ago

miriamgonp commented 4 years ago

Hi, I trying to import a simple hello world stencil project in my ember project. I just installed ember-cli-stencil into an ember project (version 3.7.0). and now it fails to build with the error:


Can't resolve 'ditto/loader' 

Any idea what is going on?

miriamgonp commented 4 years ago

I solved the issue adding "prepare": "npm run build --prod", In package.json

alexlafroscia commented 4 years ago

Just to clarify, you added that to the scripts of your Stencil project?