Created
October 30, 2017 19:08
-
-
Save artyomtrityak/fbed9137c42eeebb9343e99b48052dac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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