Skip to content

flaviouk/remix-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remix-monorepo

Why

Remix and monorepos are not best friends, but it's getting more and more support. This package is a set of utilities to make the configuration in monorepos very simple.

Getting Started

yarn add remix-monorepo

getConfig

The purpose is to bundle the dependencies within the monorepo but also to watch & recompile when changes happen.

const { getConfig } = require('remix-monorepo')

const monorepoConfig = getConfig()

/**
 * @type {import('@remix-run/dev').AppConfig}
 */
module.exports = {
  serverDependenciesToBundle: monorepoConfig.serverDependenciesToBundle,
  watchPaths: monorepoConfig.watchPaths,
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published