File tree Expand file tree Collapse file tree 5 files changed +23
-7
lines changed
storybook-framework-web-components Expand file tree Collapse file tree 5 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @web/dev-server-polyfill ' : patch
3+ ---
4+
5+ publish as esm instead of commonjs
Original file line number Diff line number Diff line change 33{
44 "extends" : " ../../tsconfig.node-base.json" ,
55 "compilerOptions" : {
6- "module" : " commonjs " ,
6+ "module" : " ESNext " ,
77 "outDir" : " ./dist" ,
88 "rootDir" : " ./src" ,
99 "composite" : true ,
Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "module" : " ESNext"
4+ }
5+ }
Original file line number Diff line number Diff line change 4545 },
4646 {
4747 "path" : " ../storybook-builder/tsconfig.json"
48+ },
49+ {
50+ "path" : " ../rollup-plugin-import-meta-assets/tsconfig.json"
51+ },
52+ {
53+ "path" : " ../storybook-utils/tsconfig.json"
4854 }
4955 ],
5056 "include" : [
Original file line number Diff line number Diff line change 6464 {
6565 "path" : " ./packages/storybook-builder/tsconfig.json"
6666 },
67+ {
68+ "path" : " ./packages/rollup-plugin-import-meta-assets/tsconfig.json"
69+ },
70+ {
71+ "path" : " ./packages/storybook-utils/tsconfig.json"
72+ },
6773 {
6874 "path" : " ./packages/rollup-plugin-polyfills-loader/tsconfig.json"
6975 },
7379 {
7480 "path" : " ./packages/rollup-plugin-workbox/tsconfig.json"
7581 },
76- {
77- "path" : " ./packages/rollup-plugin-import-meta-assets/tsconfig.json"
78- },
7982 {
8083 "path" : " ./packages/dev-server-hmr/tsconfig.json"
8184 },
8891 {
8992 "path" : " ./packages/storybook-framework-web-components/tsconfig.json"
9093 },
91- {
92- "path" : " ./packages/storybook-utils/tsconfig.json"
93- },
9494 {
9595 "path" : " ./packages/test-runner-puppeteer/tsconfig.json"
9696 },
You can’t perform that action at this time.
0 commit comments