-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike: Investigate alternative to outputting __insertStyle
function into './dist/node_modules/...'
#158
Labels
docs
Documentation issue.
Comments
elycruz
added a commit
that referenced
this issue
Sep 24, 2024
- Notes on using 'insert' in different scenarios.
elycruz
added a commit
that referenced
this issue
Sep 24, 2024
…dules_export_docs feat: issue-#158 - insert feat docs
elycruz
added a commit
that referenced
this issue
Sep 24, 2024
- Simplified the usage notice and added link to 'package.json.files' docs.
elycruz
added a commit
that referenced
this issue
Sep 25, 2024
- Simplified the usage notice and added link to 'package.json.files' docs.
elycruz
added a commit
that referenced
this issue
Oct 18, 2024
#158-__insertstyle_node_modules_export_docs
elycruz
added a commit
that referenced
this issue
Oct 30, 2024
elycruz
added a commit
that referenced
this issue
Oct 30, 2024
…dules_export_docs Issue #158 insertstyle node modules export docs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Third party library projects, by default, configure 'node_modules' to be ignored (either by way of a 'tsconfig.*', and/or a build file (rollup.config, etc.)). This makes it unclear how to use the
insert
feature to inject css into bundles when the generated function module, itself, is ignored (due tonode_modules/
usually being ignored (as a practice) in user-land projects).Acceptance Criteria
We need to:
insert
feature from webpack/rollup/etc., projects - Specifically we need to make sure users understand how to include the generated './dist/node_modules/...' file/folder, in their builds.The text was updated successfully, but these errors were encountered: