Skip to content

Instantly share code, notes, and snippets.

@fakiolinho
Last active March 8, 2018 09:47
Show Gist options
  • Save fakiolinho/6388aa4619a9da5c4b2e85a20d669e0a to your computer and use it in GitHub Desktop.
Save fakiolinho/6388aa4619a9da5c4b2e85a20d669e0a to your computer and use it in GitHub Desktop.
if (process.env.NODE_ENV === 'production') {
module.exports = require('./webpack.production.config');
} else {
module.exports = require('./webpack.development.config');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment