Commit 9c509eae authored by JC Brand's avatar JC Brand

Update to latest sass-loader

parent fe635989
This diff is collapsed.
......@@ -80,9 +80,9 @@ module.exports = {
{
loader: 'sass-loader',
options: {
includePaths: [
path.resolve(__dirname, 'node_modules/'),
],
sassOptions: {
includePaths: [path.resolve(__dirname, 'node_modules/')]
},
sourceMap: true
}
}
......
/* global module, process */
/* global module */
const merge = require("webpack-merge");
const prod = require("./webpack.prod.js");
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
......
......@@ -51,9 +51,9 @@ module.exports = merge(common, {
{
loader: 'sass-loader',
options: {
includePaths: [
path.resolve(__dirname, 'node_modules/')
],
sassOptions: {
includePaths: [path.resolve(__dirname, 'node_modules/')]
},
sourceMap: true
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment