Search code examples
javascriptextjs6extjs6-classicextjs6-modern

How disable `Modern` Section in Extjs-6


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?


Solution

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

    On top check whats defined under builds.