|
const OUT_DIR = path.resolve(__dirname, '../compiled')
|
|
const OUT_DIR = path.resolve(__dirname, '../compiled')
|
|
['--target', 'static-module', '-w', 'commonjs', '-o', `${OUT_DIR}/index.js`, '--force-long', 'proto/*.proto'],
|
|
['--target', 'static-module', '-w', 'commonjs', '-o', `${OUT_DIR}/index.js`, '--force-long', 'proto/*.proto'],
|