create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

CLI for creating reusable react libraries.

Results 108 create-react-library issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I want to create a UMD library embeddable on any HTML page. I've created a project with `npx create-react-library app --template typescript` and then add the dependencies required to...

Hello, I'm new in react, I have a problem, when I start my example project does not run the library that called internally, Can not find the library, may be...

I tried several permutations on the scripts: ``` "test:coverage": "react-scripts test -- --coverage --env=jest-environment-jsdom-fourteen", "test:coverage": "cross-env CI=1 react-scripts test -- --coverage --env=jest-environment-jsdom-fourteen", "test:coverage": "cross-env CI=1 react-scripts test -- --env=jest-environment-jsdom-fourteen --coverage",...

Hi all, Is there a way to override webpack alias. I'ld like to turn ``` import React from 'react' import { someConstant } from '../../../config/constants' import MyComponent from '../../../../components/MyComponent' import...

create-react-library creates a react 16.13.1 module, but people who use packages made with this will get a warning saying that it expects react 16, unless you change the peer dependencies....

Hi there, We've started getting issues opened against Microbundle from CRL users, but it's hard to help people when they're using an undocumented fork of the codebase - I don't...

When I try to do `yarn test` with my github CI action, I get the following: ``` Ran all test suites. $ eslint . Oops! Something went wrong! :( ESLint:...

Hello As i wrote in topic, i want to add hinting for class in imported module. In screenshot then bellow i haven't this. I've installed "eslint-plugin-react-css-module-hints" and "babel-plugin-react-css-modules" packages, add...

Hey just trying this project out for the first time. ``` npm start > [email protected] start /Users/beamer/GitHub/sk8view > microbundle-crl watch --no-compress --format modern,cjs Watching source, compiling to dist: ``` that's...

In the newest version of library is a problem with using images. ![image](https://user-images.githubusercontent.com/69990007/90823067-ab9a2800-e335-11ea-8b18-504625eaa0e3.png) There is something wrong with import path. import google from './assets/google.jpg' but using import google from '/../assets/google.jpg'...