Last active
January 10, 2018 13:28
-
-
Save RichardBray/a7874340b45b2e375d84ea7fce14c323 to your computer and use it in GitHub Desktop.
resolve and devtool
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
devtool: "source-map", | |
resolve: { | |
extensions: [".js", ".ts", ".tsx"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment