Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Update README.md #14

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ config.set({
loaders: [ ... ],
postLoaders: [ { // << add subject as webpack's postloader
test: /\.js$/,
exclude: /(test|node_modules|bower_components)\//,
exclude: [/test/, /node_modules/, /bower_components/],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use [path.resolve('test')] which is crossplatform and looks nice

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, I just need to update README like isparta-loader https://github.com/deepsweet/isparta-loader#karmaconfjs

loader: 'istanbul-instrumenter'
} ]
},
Expand Down