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
JUDIT GRESKOVITS 7e2bfce707 Rock and roll
2017-05-23 17:23:37 +01:00

4 lines
103 B
JavaScript

const NODE_ENV = process.env['NODE_ENV'] || 'development';
module.exports = require(`./${NODE_ENV}`);