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

TypeScript defaults #281

Open
g105b opened this issue Sep 9, 2018 · 0 comments
Open

TypeScript defaults #281

g105b opened this issue Sep 9, 2018 · 0 comments

Comments

@g105b
Copy link
Member

g105b commented Sep 9, 2018

Take a look in build.default.json

You can see how *.es6 files are handled by default in this file: a requirement is declared to node, babel and webpack (currently without any particular version constraint), and the webpack command is executed, passing arguments to compile the main.es6 entry-point script to an output file at www/script.js.

The purpose of the arguments passed to webpack are to produce a single, fully contained compiled JavaScript that requires no extra frameworks to "require" scripts, etc.

I have not personally used TypeScript for anything non-trivial, so I'm hoping someone else can offer some help on this issue. I would like to see the entry point main.ts compiled to www/script.js.

@g105b g105b added this to the v4 milestone Sep 20, 2018
@g105b g105b self-assigned this May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant