Skip to content

FezVrasta/webpack-context-relative-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

webpack-context-relative-resolver

If you have a create-react-app with NODE_PATH set, you can use this plugin to have multiple CRA on the same repository and compile them all from a single webpack configuration at the top of the repository.

Usage:

ProjectRelativeResolver([
  {
    root: /packages\/app1/,
    NODE_PATH: './',
  },
  {
    root: /packages\/app2/,
    NODE_PATH: './src',
  },
])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published