UNPKG

knockout-railway

Version:

Knockout binding allowing a child to follow/scroll within a parent el.

9 lines (7 loc) 172 B
import babel from "rollup-plugin-babel"; export default { entry: "lib/knockout-railway.js", plugins: [babel()], dest: "dist/knockout-railway.js", format: "cjs" };