lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
582 stars 75 forks source link

browser.json as a module #263

Open charlesread opened 6 years ago

charlesread commented 6 years ago

Are there any discussions about having browser.json be a real module? You know, like a browser.js,

module.exports = {
  dependencies: [
    // ...
  ]
  //, ...
}

It would be super cool to leverage the power of Node to manage this file.