UNPKG
history-with-query
Version:
latest (4.10.4)
4.10.4
4.10.3
4.10.2
4.10.1
Manage session history with JavaScript
github.com/ReactTraining/history
ReactTraining/history
history-with-query
/
index.js
8 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./cjs/history.min.js'
); }
else
{
module
.
exports
=
require
(
'./cjs/history.js'
); }