We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provide this as an opt-in feature after implementing #32:
Build testing code using webpack, so you can use css-loader, sass-loader, vue-loader, ... in your test code and your components.
css-loader
sass-loader
vue-loader
npm install shutter shutter-webpack npx shutter test --webpack
How to tell shutter about the webpack configuration: TBD.
Running webpack with target: "node" and extracting the stylesheets into a separate CSS file that can be submitted to shutter.sh should do the trick.
target: "node"
shutter.sh
The text was updated successfully, but these errors were encountered:
Great idea! It will be very useful for many projects.
Sorry, something went wrong.
No branches or pull requests
Provide this as an opt-in feature after implementing #32:
Build testing code using webpack, so you can use
css-loader
,sass-loader
,vue-loader
, ... in your test code and your components.Usage
npm install shutter shutter-webpack npx shutter test --webpack
How to tell shutter about the webpack configuration: TBD.
Implementation (Research necessary)
Running webpack with
target: "node"
and extracting the stylesheets into a separate CSS file that can be submitted toshutter.sh
should do the trick.The text was updated successfully, but these errors were encountered: