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
4.21.0
according the following stenciljs config:
outputTargets: [ { type: 'dist', esmLoaderPath: '../loader', copy: [{ src: 'global.scss', dest: 'styles/webcomponents.css', }], }, { type: 'dist-custom-elements', customElementsExportBehavior: 'auto-define-custom-elements', externalRuntime: false, }, { type: 'docs-readme', }, { type: 'www', serviceWorker: null, // disable service workers copy: [{ src: 'global.scss', dest: 'build/styles/webcomponents.css', }], }, ],
global.scss is copied into the styles/webcomponents.css folder.
global.scss
styles/webcomponents.css
global.scss should be copied and renamed to the styles/webcomponents.css file
No response
run npm run build check dist or www folder You will find that global.scss is not renamed to webcomponents.css but put inside webcomponents.css folder
npm run build
webcomponents.css
https://github.com/momenelkamri/steniljs-test-issue
The text was updated successfully, but these errors were encountered:
This seems to be a regression from #5899
Sorry, something went wrong.
Any plans on fixing this?
@Tallyb we would love to see this fixed, would you like to take a stab at this?
Successfully merging a pull request may close this issue.
Prerequisites
Stencil Version
4.21.0
Current Behavior
according the following stenciljs config:
global.scss
is copied into thestyles/webcomponents.css
folder.Expected Behavior
global.scss should be copied and renamed to the styles/webcomponents.css file
System Info
No response
Steps to Reproduce
run
npm run build
check dist or www folder
You will find that
global.scss
is not renamed towebcomponents.css
but put insidewebcomponents.css
folderCode Reproduction URL
https://github.com/momenelkamri/steniljs-test-issue
Additional Information
No response
The text was updated successfully, but these errors were encountered: