AndersDJohnson / AndersDJohnson/anchorate
Gatsby ES6 + CommonJs error
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 28
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Trying this with the latest Gatsby = with error.
This plugin file is using both CommonJS and ES6 module systems together which we don't support.
You'll need to edit the file to use just one or the other. Import statement
I tried const not import and it worked in gatsby-browser.js
const anchorate = require('anchorate')
not import
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.