|
|
|
|
|
by aboodman
4562 days ago
|
|
Require.js doesn't remove unused code like the closure compiler does. That feature is critical for building general purpose libraries because it allows you to organize on conceptual boundaries without worrying so much about code size. |
|