paperclip-builder

18.3.8 • Public • Published
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

Readme

Keywords

none

Package Sidebar

Install

npm i paperclip-builder

Weekly Downloads

19

Version

18.3.8

License

ISC

Unpacked Size

85.3 kB

Total Files

18

Last publish

Collaborators

  • crcn