Created
December 21, 2016 23:25
-
-
Save jmsmrgn/a4dd44278316e7dcc1292c8f5b4a2fe2 to your computer and use it in GitHub Desktop.
webpack - sass loader data options
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.LoaderOptionsPlugin({ | |
options: { | |
sassLoader: { | |
data: '@import "app/styles/settings/_settings.scss";', | |
includePaths: 'app/styles' | |
}, | |
context: path.resolve(__dirname, '../../') // must evaluate to root of project | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment