Skip to content

Instantly share code, notes, and snippets.

@aloerina01
Last active February 22, 2017 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloerina01/58d7fd5ef9363457d82b228da47dde56 to your computer and use it in GitHub Desktop.
Save aloerina01/58d7fd5ef9363457d82b228da47dde56 to your computer and use it in GitHub Desktop.
NODE_ENVを見て読み込むファイルを切り替える方法
{
"scripts": {
"production": "NODE_ENV=production webpack",
"build": "NODE_ENV=development webpack"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment