Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 1ca9e75

Browse files
committed
fix test
- remove fallback style-loader - remove commented code
1 parent 5fbbfd5 commit 1ca9e75

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

__tests__/cases/simple/webpack.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,11 @@ const PATHS = {
1515

1616
module.exports = {
1717
entry: './src/index.js',
18-
// output: {
19-
// filename: 'bundle.js',
20-
// path: path.join(__dirname, 'dist')
21-
// },
2218
module: {
2319
rules: [
2420
{
2521
test: /\.css$/,
2622
use: ExtractTextPlugin.extract({
27-
fallback: 'style-loader',
2823
use: 'css-loader?sourceMap'
2924
})
3025
}

0 commit comments

Comments
 (0)