Skip to content

Commit 7a62aae

Browse files
fix:pull problem and building problem (#18)
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * fix: build bugs and add CDN show case * fix: slove conflict * feat: Upgrade dependencies and resolve publishing issues Upgraded @stencil/sass to 3.0.12 - Resolved Yarn dependency conflict warnings, including version issues with postcss and glob - Addressed deprecated or outdated dependencies, such as cssnano and stable - Fixed npm package publishing failure by adjusting versioning and clearing cache - Ensured compatibility of tools and environment, including stencil-tailwind-plugin and Jest - Debugged and tested other dependency-related issues Note: Some issues were caused by npm registry delays, and the package was successfully re-published after adjustments. * change social board * fix:social board and readme * fix: pull problem * none * png and badge of readme * Update README_CN.md * Update stencil.config.ts * fix:output target --------- Co-authored-by: 李嘉图·M·路 <146103794+Ricardo-M-Zheng@users.noreply.github.com>
1 parent 4a0cc04 commit 7a62aae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

stencil.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ export const config: Config = {
2222
{
2323
type: 'dist',
2424
esmLoaderPath: '../loader',
25-
dir: 'dist',
2625
},
2726
{
2827
type: 'docs-readme',
2928
},
3029
{
3130
type: 'www',
3231
serviceWorker: null, // disable service workers
33-
dir: 'docs'
3432
},
3533
],
3634
plugins: [

0 commit comments

Comments
 (0)