Projekt

Obecné

Profil

Stáhnout (171 Bajtů) Statistiky
| Větev: | Revize:
1 9bb1e829 cagy
'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
}