Projekt

Obecné

Profil

Stáhnout (171 Bajtů) Statistiky
| Větev: | Revize:
1
'use strict';
2

    
3
if (process.env.NODE_ENV === 'production') {
4
  module.exports = require('./cjs/history.min.js');
5
} else {
6
  module.exports = require('./cjs/history.js');
7
}
(11-11/13)