Skip to content

Commit

Permalink
Fix errors when babel-plugin-filter-imports is present.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 29, 2019
1 parent 9dd2021 commit 4b9207a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ module.exports = {
plugins,
require.resolve('./lib/dedupe-internal-decorators-plugin'),
{
after: 'babel-plugin-filter-imports'
after: ['babel-plugin-filter-imports']
}
);
}
Expand Down

0 comments on commit 4b9207a

Please sign in to comment.