I’m using asconfig in VSCode to compile with these settings:
"config": "flex",
"compilerOptions": {
"debug": false,
"js-output-type": "flexjs",
"source-map": false,
"library-path": [
"lib"
],> On Jun 1, 2017, at 1:04 AM, Justin Mclean <[email protected]> wrote: > > HI, > >> Am I missing something? > > Perhaps try <targets>JSFlex</targets> in your pom.xml? I believe the name > changed from pre to post dual branch. > > Justin >
