Created
February 17, 2019 22:17
-
-
Save alexytiger/d0e671c87373eaeb50d2471880727bbc to your computer and use it in GitHub Desktop.
Blog = Eth + Angular + NgRx + custom webpack
This file contains 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
module.exports = { | |
node: { | |
crypto: true, | |
http: true, | |
https: true, | |
os: true, | |
vm: true, | |
stream: true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment