From f8c2a985a6b511f8ca51dbf1dca6ad393394646e Mon Sep 17 00:00:00 2001 From: jeddy3 Date: Mon, 15 Apr 2019 15:48:51 +0100 Subject: [PATCH] Fix compiling of ES6 module --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 0819e55..52cc27c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,7 +3,7 @@ module.exports = { { resolve: `gatsby-plugin-compile-es6-packages`, options: { - modules: [`@barnardos/components`] + modules: [`@barnardos/components`, `@sindresorhus/slugify`] } }, `gatsby-plugin-postcss`,