File tree Expand file tree Collapse file tree 4 files changed +61
-0
lines changed Expand file tree Collapse file tree 4 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 1+ test . todo ( 'support chaining with other loaders' )
2+
3+ test . todo ( 'inherit queries on files' )
4+
5+ test . todo ( 'expose file path as __file outside production' )
6+
7+ test . todo ( 'no __file in production when exposeFilename disabled' )
8+
9+ test . todo (
10+ 'expose file basename as __file in production when exposeFilename enabled'
11+ )
12+
13+ test . todo ( 'source map' )
14+
15+ test . todo ( 'extract CSS' )
16+
17+ test . todo ( 'extract CSS with code spliting' )
18+
19+ test . todo ( 'support rules with oneOf' )
20+
21+ test . todo ( 'should work with eslint loader' )
22+
23+ test . todo ( 'multiple rule definitions' )
Original file line number Diff line number Diff line change 1+ // #1201
2+ test . todo ( 'vue rule with include' )
3+
4+ test . todo ( 'test-less oneOf rules' )
5+
6+ // #1209
7+ test . todo ( 'babel-loader inline options' )
8+
9+ // #1210
10+ test . todo ( 'normalize multiple use + options' )
11+
12+ test . todo ( 'should not duplicate css modules value imports' )
13+
14+ // #1213
15+ test . todo ( 'html-webpack-plugin' )
16+
17+ // #1239
18+ test . todo ( 'usage with null-loader' )
19+
20+ // #1278
21+ test . todo ( 'proper dedupe on src-imports with options' )
22+
23+ // #1351
24+ test . todo ( 'use with postLoader' )
Original file line number Diff line number Diff line change 1+ test . todo ( 'SSR style and moduleId extraction' )
2+
3+ test . todo ( 'SSR with scoped CSS' )
4+
5+ test . todo ( 'SSR + CSS Modules' )
Original file line number Diff line number Diff line change 1+ test . todo ( 'scoped style' )
2+
3+ test . todo ( 'postcss' )
4+
5+ test . todo ( 'CSS Modules' )
6+
7+ test . todo ( 'CSS Modules Extend' )
8+
9+ test . todo ( 'experimental <style vars>' )
You can’t perform that action at this time.
0 commit comments