I'm following the Sencha Cmd 6.5.1 guide here on packages:
http://docs.sencha.com/cmd/6.5.1/gui..._packages.html
I create a workspace using:
sencha -sdk ext-6.2.1 generate workspace my-ws
Then I create a package using:
sencha generate package my-package
According to the above guide it should have classic and modern folders by mine doesn't. Looking at the reference I don't see an option to generate a universal package. How do I do this?