Created
November 11, 2018 07:45
-
-
Save paulomcnally/53a259e2f693c73bf7a0a74796738f45 to your computer and use it in GitHub Desktop.
Subdominios con webpack-dev-server.
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
| devServer: { | |
| allowedHosts: [ | |
| '.lvh.me', | |
| ], | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment