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

Update README.md #14

wants to merge 1 commit into from

Conversation

craigklem
Copy link

Had to change exclude to get it to work for me.

@@ -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

@deepsweet
Copy link
Collaborator

fixed, thanks for reminder!

@deepsweet deepsweet closed this Aug 22, 2015
@craigklem
Copy link
Author

Nice fix. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants