webpack / docs

[OLD] documentation for webpack
http://webpack.github.io/docs/
1.46k stars 127 forks source link

Cannot find module "!style!css!./style.css" #101

Closed PleaseTryAgain closed 7 years ago

PleaseTryAgain commented 7 years ago

https://webpack.github.io/docs/tutorials/getting-started/ The follow line of this tutorial should be changed, because ERROR INFOR has occured. change to : require("!style-loader!css-loader!./style.css"); after change this code can work well without error infor

loader3

loader

and this

loader4

ljqx commented 7 years ago

You are using Webpack 3 but with doc for Webpack 1. See Webpack 3 Doc - Loaders

PleaseTryAgain commented 7 years ago

@ljqx I search webpack doc find this toturial. I will close this issue