You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For future visitors encountering this error: The reason for this problem is sass-loader trying to access SourceSpan properties that are absent in some situations, as described in #1790.
I am getting the following error while using sass-loader:
Module build failed (from ../../node_modules/sass-loader/dist/cjs.js):
SassError: NoSuchMethodError: method not found: 'line' on null
WebpackConfigue:
module: {
rules: {
[ test: /.scss$/, exclude:/node_module/, use: ['style-loader', 'css-loader', 'sass-loader']
}
}
The text was updated successfully, but these errors were encountered: