File tree 5 files changed +169
-144
lines changed
5 files changed +169
-144
lines changed Original file line number Diff line number Diff line change @@ -142,4 +142,4 @@ workflows:
142
142
- node6-latest
143
143
filters :
144
144
tags :
145
- only : /.*/
145
+ only : /.*/
Original file line number Diff line number Diff line change 19
19
20
20
The ` css-loader ` interprets ` @import ` and ` url() ` like ` import/require() ` and will resolve them.
21
21
22
- ## Requirements
23
-
24
- This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.
25
-
26
22
## Getting Started
27
23
28
24
To begin, you'll need to install ` css-loader ` :
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ test_script:
38
38
- node --version
39
39
- npm --version
40
40
- cmd : FOR /F %%I in ('compver --name webpack --gte %webpack_version% --lt latest') do SET COMPARED_VERSION_RESULT=%%I
41
- - cmd : IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run ci:%job_part%) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")
41
+ - cmd : IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run ci:%job_part%) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")
You can’t perform that action at this time.
0 commit comments