1

I'm developing a client side application using Extjs-6. I want to develop Classic section then Modern section. When I build application, Sencha Cmd build both, Despite I Only change Classic View.

Is it possible when I develop Classic, disable Modern section, and vice versa?

Morteza Malvandi
  • 1,656
  • 7
  • 30
  • 73

1 Answers1

1

Go to your app.json and look for toolkit, you need to define there "classic".

On top check whats defined under builds.

hwsw
  • 2,596
  • 1
  • 15
  • 19