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
Stencil version:
@stencil/[email protected]
I'm submitting a:
[x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Stencil breaks when trying to use the linaria css-in-js rollup plugin
Expected behavior:
Stencil should be able to work with the linaria rollup plugin
Steps to reproduce:
npm init stencil (app) npm install linaria add to stencil.config.js:
npm init stencil (app)
npm install linaria
import linaria from 'linaria/rollup' ... rollupPlugins: { after: [ linaria() ] }
add to app-home.tsx:
import { css } from 'linaria' const coralBackground = css` background-color: coral; ` ... <div class={coralBackground}>hello :)</div>
Other information:
npm start errors with:
npm start
[ ERROR ] Rollup: Plugin Error Cannot read property 'includes' of undefined (plugin: extTransformsPlugin, transform) [33:17.8] rebuild failed, watching for changes... in 709 ms
The text was updated successfully, but these errors were encountered:
b5a2536
Should be fixed in the next release, thanks
Sorry, something went wrong.
No branches or pull requests
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
Stencil breaks when trying to use the linaria css-in-js rollup plugin
Expected behavior:
Stencil should be able to work with the linaria rollup plugin
Steps to reproduce:
npm init stencil (app)
npm install linaria
add to stencil.config.js:
add to app-home.tsx:
Other information:
npm start
errors with:The text was updated successfully, but these errors were encountered: