Closed inventivejon closed 11 months ago
import { rollup } from 'rollup'; import less from 'rollup-plugin-less';
rollup({ entry: 'main.js', plugins: [ less({output: 'rollup.build.css'}) ] });
It was giving me a hard time to find out it was a dict. Maybe others have the issue too ;)
import { rollup } from 'rollup'; import less from 'rollup-plugin-less';
rollup({ entry: 'main.js', plugins: [ less({output: 'rollup.build.css'}) ] });
It was giving me a hard time to find out it was a dict. Maybe others have the issue too ;)