hensei-web/node_modules/history/index.js
2020-09-11 06:44:42 -07:00

7 lines
171 B
JavaScript

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/history.min.js');
} else {
module.exports = require('./cjs/history.js');
}