fix(bundle): don’t bundle traceur/reflect into benchpress - amended change
Don’t need to bundle them as they are already present in G3. I.e. the benchpress bundle only includes benchpress and Angular2 bits. Also removes adding license headers for now, as we only have one license.
This commit is contained in:
parent
8c66a25270
commit
d629ed7d5b
|
@ -137,6 +137,7 @@ var BENCHPRESS_BUNDLE_CONFIG = {
|
|||
],
|
||||
excludes: [
|
||||
'traceur',
|
||||
'traceur/bin/traceur-runtime',
|
||||
'reflect-metadata',
|
||||
'selenium-webdriver',
|
||||
'rtts_assert',
|
||||
|
|
Loading…
Reference in New Issue