Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 10, 2021 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WesleySmits/9b1bd96f3c9bd127a5b2b020ea4ca997 to your computer and use it in GitHub Desktop.
Save WesleySmits/9b1bd96f3c9bd127a5b2b020ea4ca997 to your computer and use it in GitHub Desktop.
TS Starter: Add main.pcss as entrypoint
- entry: ['./js/app.ts'],
+ entry: {
+ app: './js/app.ts',
+ styles: './css/main.pcss'
+ },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment