enten / udk

Universal Development Kit: Webpack extension which improves universal application development. - THE UDK PROJECT SUPPORT IS CURRENTLY SUSPENDED.
MIT License
29 stars 7 forks source link

Node 10/11 Support #7

Closed arunmmanoharan closed 5 years ago

arunmmanoharan commented 5 years ago

Hi, do you have an idea of supporting Node 10/11? Package fails to install on Node 10 since you have engines defined in package.json

enten commented 5 years ago

@a2441918

I updated node engine version to >=8.0.0 since udk@1.0.0-alpha.3.

Is your issue fixed?

logesh45 commented 5 years ago

I had this issue and it is fixed now. But is still have High cpu usage when udk-ctnr is compiling. more than 175%.

enten commented 5 years ago

@logesh45

Thanks for your feedback.

The udk-ctnr process is just a wrapper process (which restarted when a metafile is updated).

The CPU usage depends to the webpack config used. For example, if you use an angular dynamic webpack config (through angular-cli and udk-builder): the process usage it's often huge (even without udk).

Can we close this issue?

logesh45 commented 5 years ago

I guess yes. I have tested in node 11 and 10 and it works.