Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow babel webpack configs #199

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Conversation

deecewan
Copy link
Contributor

Webpack provides the ability to append '.babel.js' instead of '.js', and the config will be parsed by babel before webpack uses it.

Webpack supports this using interpret and it's mentioned in webpack/webpack#1403

I currently use it for all my configs, so special is not picking them up

@codecov-io
Copy link

Current coverage is 98.14% (diff: 100%)

Merging #199 into master will not change coverage

@@             master       #199   diff @@
==========================================
  Files            24         24          
  Lines           432        432          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            424        424          
  Misses            8          8          
  Partials          0          0          

Powered by Codecov. Last update cde54a4...e8123be

Copy link
Member

@lijunle lijunle left a comment

Choose a reason for hiding this comment

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

The changes look good! Thank you!

@lijunle lijunle merged commit 6e0b8ad into depcheck:master Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants