Closed avdaredevil closed 1 year ago
Hey, so when I have filters like clean-css on my CSS, or :babel on my script blocks it simply does not work.. I presume because it's looking for the . (dot) token.
clean-css
:babel
script
.
Example:
script: :uglify-js:babel console.log({ a: 1, v: 2, z: 3, })
+1 👍 #9
Please comment if you think this is still relevant.
Hey, so when I have filters like
clean-css
on my CSS, or:babel
on myscript
blocks it simply does not work.. I presume because it's looking for the.
(dot) token.Example: