updated style-resources-loader to version 1.2.1, added "css" as supported filetype in docs (#3738)

This commit is contained in:
Nathan Chase 2018-08-16 08:48:26 -04:00 committed by Sébastien Chopin
parent 6bfa68d6fd
commit 5b98c1ccee
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This is useful when you need to inject some variables and mixins in your pages w
Nuxt.js uses https://github.com/yenshih/style-resources-loader to achieve this behaviour.
You need to specify the patterns/path you want to include for the given pre-processors: `less`, `sass`, `scss` or `stylus`
You need to specify the patterns/path you want to include for the given pre-processors: `css`, `less`, `sass`, `scss` or `stylus`
:warning: You cannot use path aliases here (`~` and `@`), you need to use relative or absolute paths.

View File

@ -114,7 +114,7 @@
"serve-static": "^1.13.2",
"server-destroy": "^1.0.1",
"std-env": "^1.3.1",
"style-resources-loader": "^1.1.0",
"style-resources-loader": "^1.2.1",
"thread-loader": "^1.2.0",
"time-fix-plugin": "^2.0.3",
"uglifyjs-webpack-plugin": "^1.2.7",