Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not bundle server application (Using Node.JS v. 9 with modules support) #968

Closed
GGAlanSmithee opened this issue Feb 27, 2019 · 1 comment

Comments

@GGAlanSmithee
Copy link
Member

This is quite the change, and not sure something that we want to do, but.. since Node 9, es6 modules (import / export) is supported using the flag --experimental-modules and the file extensio .mjs. With this inclusion, if we require a min version of 9 for node, I think we would support (more or less) all current syntax without compiling it. This woul mean faster startup times and also compatability with sequelize which is a pain ATM.

I will take a look at this to see just how much would need to be changed to get this working, if at all possible.

@GGAlanSmithee
Copy link
Member Author

won't work because of server-side rendering etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant