You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... but the build files .mjs and .js does not contain this import. Only thing which happens is style.css is copied into ./dist folder and is renamed to index.css. Then I have to manually add these missing imports to build files.
I want the build files to also contain this import, so the CSS is automatically consumed.
In
./src/index.ts
I do:import './style.css';
... but the build files
.mjs
and.js
does not contain this import. Only thing which happens isstyle.css
is copied into./dist
folder and is renamed toindex.css
. Then I have to manually add these missing imports to build files.I want the build files to also contain this import, so the CSS is automatically consumed.
My tsup.config.ts:
The text was updated successfully, but these errors were encountered: