aswi2020vldc-gitlab/templetes/node_modules/history/index.js @ 9bb1e829
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 |
}
|