UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

8 lines (6 loc) 136 B
const version = require("./package.json").version; module.exports = { files: "./dist/*.js", from: /#__VERSION__#/g, to: version, };