balabola-vk/etsc.config.js

7 lines
163 B
JavaScript
Raw Permalink Normal View History

2022-10-20 14:32:46 +00:00
module.exports = {
esbuild: {
platform: 'node',
target: 'node16',
bundle: process.env.NODE_ENV === 'production' ? true : false
}
};