RC-Paves3-build / plovr

Automatically exported from code.google.com/p/plovr
0 stars 0 forks source link

Add an option to allow usage of ProcessCommonJSModules #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like to use plovr to develop a Firefox extension.  However, I'm currently 
unable to do so, because it would require me to set the ProcessCommonJSModules 
compiler option 
(http://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/ja
vascript/jscomp/ProcessCommonJSModules.java).

Original issue reported on code.google.com by benjamin...@gmail.com on 20 Aug 2012 at 11:41

GoogleCodeExporter commented 8 years ago
Could you please give a concrete example of what you would expect the changes 
to a plovr config file would be if this were supported?

Original comment by bolinf...@gmail.com on 7 Jan 2013 at 12:02

GoogleCodeExporter commented 8 years ago
There's just a few flags that I would need to be able to set the values of:
--transform_amd_modules
--process_common_js_modules
--common_js_entry_module
--common_js_module_path_prefix

Original comment by benjamin...@gmail.com on 13 Jan 2013 at 3:48