Hi,
I have an error :
Module not found: Error: Cannot resolve module 'imports'
when following the tutorial, I added the loaders and require("bootstrap-webpack") in my entry file and I have this errors :
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 1:0-34
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 2:0-29
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 3:0-30
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 4:0-32
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 5:0-32
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 6:0-32
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 7:0-29
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 8:0-31
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 9:0-31
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 10:0-33
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 11:0-27
ERROR in ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js
Module not found: Error: Cannot resolve module 'imports' in /Users/hokkos/Code/ReactWebpack/node_modules/bootstrap-webpack
@ ./~/bootstrap-webpack/bootstrap-scripts.loader.js!./~/bootstrap-webpack/bootstrap.config.js 12:0-29
Hi, I have an error : Module not found: Error: Cannot resolve module 'imports' when following the tutorial, I added the loaders and require("bootstrap-webpack") in my entry file and I have this errors :
Have you got an idea ?