AndersDJohnson / AndersDJohnson/anchorate
Gatsby ES6 + CommonJs error
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 28
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.