1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00
copilot/frontend-technical-prototype/webpack/index.js

4 lines
103 B
JavaScript
Raw Normal View History

2016-10-20 04:14:26 +03:00
const NODE_ENV = process.env['NODE_ENV'] || 'development';
2016-12-14 00:09:04 +02:00
2016-10-20 04:14:26 +03:00
module.exports = require(`./${NODE_ENV}`);