18.3.8 • Published 3 years ago
paperclip-builder v18.3.8
import { build } from "paperclip-builder";
const config: PaperclipConfig = {
compiler: {
name: "paperclip-compiler-react"
css: {
output: "embed" | "module" | "mono",
include: true
}
}
}
build(config, {
cwd: process.cwd(),
watch: false
})
.onFile(file => {
// do something
})
.onEnd(() => {
// called when there is no watch
});
Qs:
- paperclip-loader
- can pass in config
18.3.8
3 years ago
18.1.6
3 years ago
18.3.3
3 years ago
18.3.2
3 years ago
18.2.3
3 years ago
18.1.4
4 years ago
18.2.16
3 years ago
18.1.3
4 years ago
18.3.0
3 years ago
18.2.14
3 years ago
18.1.2
4 years ago
18.0.3
4 years ago
18.2.13
3 years ago
18.2.0
3 years ago
18.2.12
3 years ago
18.1.0
4 years ago
18.0.2
4 years ago
17.14.21
4 years ago