File tree Expand file tree Collapse file tree 5 files changed +169
-144
lines changed Expand file tree Collapse file tree 5 files changed +169
-144
lines changed Original file line number Diff line number Diff line change @@ -142,4 +142,4 @@ workflows:
142142 - node6-latest
143143 filters :
144144 tags :
145- only : /.*/
145+ only : /.*/
Original file line number Diff line number Diff line change 1919
2020The ` css-loader ` interprets ` @import ` and ` url() ` like ` import/require() ` and will resolve them.
2121
22- ## Requirements
23-
24- This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.
25-
2622## Getting Started
2723
2824To begin, you'll need to install ` css-loader ` :
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ test_script:
3838 - node --version
3939 - npm --version
4040 - 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