Skip to content

How to disable css/sass/... processing? #498

Answered by antfu
eduardweigandt0770 asked this question in Q&A
Discussion options

You must be logged in to vote

An inline plugin might be better?

plugins: [
  {
    enfore: 'pre',
    transform(code, id) {
      if (id.endsWith('.css'))
        return ''
    }
  }
]

Replies: 2 comments 20 replies

Comment options

You must be logged in to vote
6 replies
@patak-dev
Comment options

@sheremet-va
Comment options

@sheremet-va
Comment options

@eduardweigandt0770
Comment options

@eduardweigandt0770
Comment options

Comment options

You must be logged in to vote
14 replies
@sheremet-va
Comment options

@sheremet-va
Comment options

@sheremet-va
Comment options

@patak-dev
Comment options

@sheremet-va
Comment options

Answer selected by eduardweigandt0770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants