Skip to content

Commit

Permalink
feat(coral): enable experimental import injection (#22)
Browse files Browse the repository at this point in the history
add experimental import injection to support bundlers like Vite
  • Loading branch information
sebastiandg7 committed Nov 11, 2022
1 parent c3829bd commit ac81e67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/coral/stencil.config.ts
Expand Up @@ -15,6 +15,9 @@ export const config: Config = {
namespace: 'coral',
taskQueue: 'async',
plugins: [sass()],
extras: {
experimentalImportInjection: true,
},
outputTargets: [
{
type: 'dist',
Expand Down

0 comments on commit ac81e67

Please sign in to comment.