18.3.8 • Published 2 years ago

paperclip-builder v18.3.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago
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

2 years ago

18.1.6

2 years ago

18.3.3

2 years ago

18.3.2

2 years ago

18.2.3

2 years ago

18.1.4

2 years ago

18.2.16

2 years ago

18.1.3

2 years ago

18.3.0

2 years ago

18.2.14

2 years ago

18.1.2

2 years ago

18.0.3

2 years ago

18.2.13

2 years ago

18.2.0

2 years ago

18.2.12

2 years ago

18.1.0

2 years ago

18.0.2

2 years ago

17.14.21

2 years ago