File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3535 "build:themeable" : " node scripts/themeable-source" ,
3636 "build:pages:vite" : " vite build" ,
3737 "build:pages:tsc" : " tsc -p pages/tsconfig.json" ,
38- "build:pages:lib " : " vite build -c vite.dev-pages.config.mjs"
38+ "build:pages:bundle " : " vite build -c vite.dev-pages.config.mjs"
3939 },
4040 "exports" : {
4141 "." : " ./index.js" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,14 @@ export default defineConfig({
2222 } ,
2323 outDir : "lib/dev-pages/bundle" ,
2424 rollupOptions : {
25- external : [ componentsPath ] ,
25+ external : [
26+ componentsPath ,
27+ "@cloudscape-design/collection-hooks" ,
28+ "@cloudscape-design/components" ,
29+ "@cloudscape-design/component-toolkit" ,
30+ "@cloudscape-design/design-tokens" ,
31+ "@cloudscape-design/global-styles/index.css" ,
32+ ] ,
2633 output : {
2734 globals,
2835 } ,
You can’t perform that action at this time.
0 commit comments