How does art-template generate code that is not confused by compression on the browser side?

art-template warehouse address: warehouse address

the latest version of art-template, the development phase wants to debug art-template files, want to use files such as template-native-debug.js, how to do? At present, the downloaded template-web.js file is compressed and confused, which is not conducive to reading the source code, how to do it?

Mar.30,2021

look at the project, the webpack, is also configured with source-map, should generate source-map files after build, you can debug it directly in chrome.

Menu