Closed iofirag closed 6 years ago
Should be fix now, thanks
So is this back? When creating a new stencil project with yarn create stencil
-> type "components" I get
"dependencies": {
"@stencil/core": "^2.0.1"
},
@adamdbradley do you know why? thanks mate!
When i install my package in an angular project i have see that "@stencil/core" also installed.
why
@stencil/core
located independencies
object and not indevDependencies
object?package.json
should be:
for avoiding the installation of
@stencil/core
and make it pure web-component.