Created
August 9, 2018 12:33
-
-
Save Joe1220/84b28be97ee76a0d800a9302d1763e5c 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
| { | |
| loader: require.resolve("sass-loader"), | |
| options: { | |
| sourceMap: true, | |
| data: `@import "C:/workspace/scss_test/src/config/_variables.scss";` | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment