Skip to content

Commit

Permalink
adding travis logo
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekbh committed Jan 13, 2019
1 parent 6aa2681 commit 658792c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# babel-esm-plugin
![Build Status](https://travis-ci.org/prateekbh/babel-esm-plugin.svg?branch=master)

Add this plugin to generate mirrored esm modules for your existing bundles. You may use these bundles in `module/nomodule` in your web-app and ship less transpiled code to your users.
Works with Webpack4 and Babel7

Expand Down
1 change: 0 additions & 1 deletion tests/require-resolve/require-resolve.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ test('esm files are being generated', async t => {
}
});
config.module.rules[0].use.loader = require.resolve('babel-loader');
console.log(config.module.rules[0].use.loader);
const compiler = getCompiler(config);
await runWebpack(compiler);
const es5FixtureFileContents = await readFile(`${__dirname}/fixtures/output.js`, {
Expand Down

0 comments on commit 658792c

Please sign in to comment.