jcyuan / FairyGUI-PixiJS

A flexible UI lib for PixiJS engine.

Home Page:http://en.fairygui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use ts file make release js file.

xboy2006 opened this issue · comments

how to use ts file make Production js file(like fairygui.min.js).

commented

please find some vscode tutorials on Google.
in the tsconfig.json you can specify what module you would like to build.
one single file or seperated files.
that's why I removed the project build config last time.
you can probably add you own task into the tasks.json say webpack, once the vscode compile and js files are outputed, run webpack task to pack what you want.

@xboy2006

so close this issue.

thx.