CSS-loader: exportType: "css-style-sheet"
breaks build
#92
Unanswered
maltevesper
asked this question in
Q&A
Replies: 1 comment
-
I have created the issue #93. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the
css-style-sheet
option (load css module as a CSSStyleSheet for use in a CustomElement), however this breaks my build. Apparently webpack tries to compile the javascript generated for the CSS module and is unable to find CSSStyleSheet.Unfortunately I am not a webdeveloper, thus not to familiar with node.js/webpack. What is the error in my configuration, and how could I start debugging this/Fix it?
stacktrace
webpack.config.js
test.html
test.js
test.module.css
Beta Was this translation helpful? Give feedback.
All reactions