Skip to content

Commit

Permalink
Fix compiling of ES6 module
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Apr 15, 2019
1 parent a24a048 commit f8c2a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Expand Up @@ -3,7 +3,7 @@ module.exports = {
{
resolve: `gatsby-plugin-compile-es6-packages`,
options: {
modules: [`@barnardos/components`]
modules: [`@barnardos/components`, `@sindresorhus/slugify`]
}
},
`gatsby-plugin-postcss`,
Expand Down

0 comments on commit f8c2a98

Please sign in to comment.