-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OriginalSource Cannot read property 'columns' of undefined when use devServer
in webpack.config.js
#149
OriginalSource Cannot read property 'columns' of undefined when use devServer
in webpack.config.js
#149
Comments
I am also seeing this. Though I'm seeing it with |
My solution for now is to simply downgrade to the latest 1.7.x release :-( Let me know if there's any info I can provide to figure out what the issue is. |
I fixed the errors in this issue by upgrading less and less-loader dependencies, but my styles were still not being loaded. I ended up actually resolving the problem (that my styles were not being included correctly) by then bumping my extract-text-webpack-plugin dependency. Here's a snippet of my current (working) versions for the loaders and plugins that were involved with this issue for my project: "babel-loader": "5.1.4",
"extract-text-webpack-plugin": "0.8.1",
"less": "2.5.1",
"less-loader": "2.2.0", |
Closing issue because it was either |
Hi, I got an error when use
devServer
inwebpack.config.js
, but it works ok when i use command line options. see below.My
webpack.config.js
:and below command line options works for me:
I checked
OriginalSource.js#61
, and seem likeoptions
was undefined.I try to fix it at lenage/webpack-core@7601bec , but it's turns out all my css not required.
any idea?
The text was updated successfully, but these errors were encountered: