Build all javascript files
./build.sh
Definitions are located in ./config/rollup/rollup.config.js. After you update the definitions, you need to update the build script with
npm run rollup-config
The updated script will be located in ./rollup.config.js
node ./rollup.config.js
Definitions are located in ./config/terser/terser.config.js. After you update the definitions, you need to update the build script with
npm run terser-config
The updated script will be located in ./terser.config.js
node ./terser.config.js