Replies: 3 comments 4 replies
-
Can you try with the extension? import { setBasePath } from '@shoelace-style/shoelace/dist/utilities/base-path.js' |
Beta Was this translation helpful? Give feedback.
2 replies
-
"styles": [
"src/styles.scss",
"@shoelace-style/shoelace/dist/themes/light.css"
],
"scripts": [
"@shoelace-style/shoelace/dist/shoelace.js"
]
import { setBasePath } from '@shoelace-style/shoelace/dist/utilities/base-path';
setBasePath('https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/'); |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is what I am getting with a fresh Angular 18 install and following the docs
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
esbuild soon to be a default build option in Angular CLI.
Currently you can opt in for that by altering the [angular config] file (https://angular.io/guide/esbuild#updating-the-application-configuration.)
The thing is when switching to esbuild produces an error:
To Reproduce
Steps to reproduce the behavior:
git checkout https://github.com/kuncevic/shoelace-angular
@angular-devkit/build-angular:browser
to@angular-devkit/build-angular:browser-esbuild
yarn
npm start
ornpm build
Beta Was this translation helpful? Give feedback.
All reactions