2017-08-17 6 views
3

J'utilise GatsbyJS pour créer un site statique et j'ai plusieurs problèmes lorsque je tente de produire une version de production.GatsbyJS - Erreur avec extract-text-webpack-plugin

Tout fonctionne bien quand je fais gatsby develop mais quand j'essaie gatsby build je suis présenté avec l'erreur suivante (s) pour l'instant:

/home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/index.js:22 
      if(c.initial) return; 
       ^

TypeError: Cannot read property 'initial' of undefined 
    at ExtractTextPlugin.<anonymous> (/home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/index.js:22:8) 
    at Array.forEach (native) 
    at ExtractTextPlugin.mergeNonInitialChunks (/home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/index.js:21:16) 
    at ExtractTextPlugin.<anonymous> (/home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/index.js:275:12) 
    at Array.forEach (native) 
    at ExtractTextPlugin.<anonymous> (/home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/index.js:273:21) 
    at /home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/node_modules/async/lib/async.js:52:16 
    at Object.async.forEachOf.async.eachOf (/home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/node_modules/async/lib/async.js:236:30) 
    at Object.async.forEach.async.each (/home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/node_modules/async/lib/async.js:209:22) 
    at ExtractTextPlugin.<anonymous> (/home/coder/Developer/portfolio/node_modules/extract-text-webpack-plugin/index.js:237:10) 
    at Compilation.applyPluginsAsync (/home/coder/Developer/portfolio/node_modules/tapable/lib/Tapable.js:71:13) 
    at Compilation.seal (/home/coder/Developer/portfolio/node_modules/webpack/lib/Compilation.js:525:7) 
    at Compiler.<anonymous> (/home/coder/Developer/portfolio/node_modules/webpack/lib/Compiler.js:397:15) 
    at /home/coder/Developer/portfolio/node_modules/tapable/lib/Tapable.js:103:11 
    at Compilation.<anonymous> (/home/coder/Developer/portfolio/node_modules/webpack/lib/Compilation.js:445:10) 
    at /home/coder/Developer/portfolio/node_modules/webpack/lib/Compilation.js:417:12 

S'il vous plaît laissez-moi savoir si j'ai posté trop d'informations ou ne peuvent améliorer la qualité de la question. Je voulais être aussi précis que possible.
Merci pour toute aide!

Répondre

0

Pour ceux qui sont arrivés sur cette page à la recherche de réponse: ce problème est causé par tout ce qui ne concerne pas les pages du dossier "pages". Le déplacement des composants stylisés et partagés vers la racine a résolu le problème.