basic jig for SASS-based themed CSS (one bundle per theme)

This commit is contained in:
Matthew Hodgson 2016-12-28 02:01:28 +00:00
parent b0319ec0f1
commit bacb284415
77 changed files with 17 additions and 3 deletions

View file

@ -25,6 +25,7 @@ module.exports = {
{ test: /\.js$/, loader: "babel", include: path.resolve('./src') },
// css-raw-loader loads CSS but doesn't try to treat url()s as require()s
{ test: /\.css$/, loader: ExtractTextPlugin.extract("css-raw-loader") },
{ test: /\.scss$/, loaders: ["style-loader", "css-loader?sourceMap", "sass-loader?sourceMap"] },
],
noParse: [
// don't parse the languages within highlight.js. They cause stack