Boa noite, ao final do capítulo ' Importando Bootstrap como um módulo' , ao rodar o comando 'npm start' recebi a seguinte mensagem:
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[1] has an unknown property 'text'. These properties are valid:
object { enforce?, exclude?, include?, issuer?, loader?, loaders?, oneOf?, options?, parser?, query?, resource?, resourceQuery?, compiler?, rules?, test?, use? }
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@1.0.0 start: `webpack-dev-server`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/raphael/.npm/_logs/2018-06-28T21_33_55_407Z-debug.log
Resolvi publicar o código no GITHUB em que podem ter acesso através da URL:
https://github.com/RaphaelOhlsen/webpack
Pois ficaria muito grande se colocasse os arquivos alterados aqui.
Agradeço antecipadamente a ajuda e fico no aguardo para dar sequência no treinamento que está sendo bastante proveitoso.