Aron
Aron
Tbh, we'd love to support this new feature, but allow me to put it on the todo list, as I'd like to implement it after a thorough consideration and design...
@gammx What's your Master CSS version now? It works for me. Generated CSS  JIT in console 
@karchung0930 `hide::after` will of course hide the after pseudo-element inside `::after`.
Adding the plugin to `nuxt.options.build.transpile` is works for me. ```ts import { defineNuxtModule, addServerPlugin, createResolver } from '@nuxt/kit' import { name } from '../package.json' export default defineNuxtModule({ meta: { name,...
I also tried to write a plugin; unfortunately, **the entry doesn't support marking as external**. ```js import type { Plugin } from 'esbuild' import path from 'upath' export const createShakableLibPlugin...