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.

9 lines (7 loc) 219 B
const path = require('path'); module.exports = { 'angular_pass': false, 'compilation_level': 'advanced', 'externs': [path.join(__dirname, 'original.externs.js')], 'js': [path.join(__dirname, 'original.js')] };