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

Add .mjs to the examples #683

Merged
merged 1 commit into from Sep 22, 2018
Merged

Add .mjs to the examples #683

merged 1 commit into from Sep 22, 2018

Commits on Sep 21, 2018

  1. Add .mjs to the examples

    As developers are starting to publish `.mjs` files to npm, people are starting to see breakage in unexpected ways (e.g. [this tweet](https://twitter.com/capajj/status/1042836215022735361)) due to the fact that most `babel-loader` users copy and paste the `test: /\.js$/` line into their config.
    
    While we can't update everyone's existing configs, we can update the canonical examples.
    
    /cc @mathiasbynens @developit
    philipwalton committed Sep 21, 2018
    Copy the full SHA
    6fcdff7 View commit details
    Browse the repository at this point in the history