Skip to content

Instantly share code, notes, and snippets.

@jmsmrgn
Created December 21, 2016 23:25
Show Gist options
  • Save jmsmrgn/a4dd44278316e7dcc1292c8f5b4a2fe2 to your computer and use it in GitHub Desktop.
Save jmsmrgn/a4dd44278316e7dcc1292c8f5b4a2fe2 to your computer and use it in GitHub Desktop.
webpack - sass loader data options
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