marko-js-archive / marko-util

Marko utilities
MIT License
0 stars 1 forks source link

Add prebuild utility #2

Open austinkelleher opened 6 years ago

austinkelleher commented 6 years ago
const markoPrebuild = require('@marko/prebuild')

await markoPrebuild.run({ 
  pages [...],
  // Build config (e.g. Lasso)
  config: {
    ...
  } 
})
austinkelleher commented 6 years ago

Fixed in: https://github.com/marko-js/marko-util/commit/729db3ce5feca52b4d92c08d8acf8108ae86fd14

This feature is currently is pre-1.0.0. I'm going to leave this issue open to remind us to bump it to 1.0.0 when it's stable.