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
Would you be able to share a minimal repository where we can reproduce the issue? I might know where to look at but having a minimal repo would help a lot! Cheers
Describe the bug
When I run
npm run webpack-build
the Compilation Results returns:Uncaught exception: TypeError: Cannot read property 'size' of undefined
What is the current behavior?
I'm trying to upgrade webpack 3.3.10 to 4.0.0-beta.2. However when I execute
npm run webpack-build
my build fails and I get these errors:On
webpack.js
I had this onentry
property:And I already figured out the problem is about the
${APP_DIR}/styles/fancyStyles.scss
line.But how can I solve this?
To Reproduce
Have something like this on
webpack.js
:And have the
package.json
like this:And execute:
npm run webpack-build
.Expected behavior
This should bundle all my referred scss code on
my-component.css
andmy-component.css.map
.Screenshots
The text was updated successfully, but these errors were encountered: