UNPKG

97 BJavaScriptView Raw
1common = '--strict'
2
3module.exports = {
4 build: common + ' -f progress',
5 'default': common
6};