feature #144 - remove comments from build code
This commit is contained in:
parent
03292d9e85
commit
7bb6b6d223
|
@ -24,7 +24,7 @@
|
|||
*
|
||||
* @author Jos de Jong, <wjosdejong@gmail.com>
|
||||
* @version 3.2.0
|
||||
* @date 2015-02-12
|
||||
* @date 2015-02-13
|
||||
*/
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
|
@ -1490,10 +1490,6 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
if (match) {
|
||||
var jsonString = match[1];
|
||||
}
|
||||
// if(jsonString.match(/[\da-zA-Z_-\s]+\(+\s*/)){
|
||||
// var jsonStringTemp = jsonString.replace(/[\da-zA-Z_-\s]+\(+\s*/,'')
|
||||
// jsonString = jsonStringTemp.replace(/\s*\)(?!.*[\)])[;\s]*/g,'');
|
||||
// }
|
||||
|
||||
return jsonString;
|
||||
};
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue