UNPKG

opensphere-build-resolver

Version:

Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, sass/node-sass, and other tools.

10 lines (8 loc) 186 B
'use strict'; /* eslint camelcase: "off" */ module.exports = () => ({ compilation_level: 'SIMPLE', dependency_mode: 'PRUNE_LEGACY', summary_detail_level: 3, jscomp_off: '*' });