Skip to content

Instantly share code, notes, and snippets.

@artyomtrityak
Created October 30, 2017 19:08
Show Gist options
  • Save artyomtrityak/fbed9137c42eeebb9343e99b48052dac to your computer and use it in GitHub Desktop.
Save artyomtrityak/fbed9137c42eeebb9343e99b48052dac to your computer and use it in GitHub Desktop.
new webpack.DefinePlugin({
"urlPrefix": process.env.NODE_ENV === 'production' ? "https://get.mavo.io/" : "http://localhost:8000/mavo/dist/"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment