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) 205 B
'use strict'; /* eslint camelcase: "off" */ module.exports = { compilation_level: 'ADVANCED', angular_pass: true, generate_exports: true, output_wrapper: '(function(){%output%}).call(window);' };