alexruzzarin / styled-reboot

Bootstrap 4 reboot.css for styled-components

Home Page:https://www.npmjs.com/package/styled-reboot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dist folder is not published to npm

J-F-Liu opened this issue · comments

$ parcel index.html
Server running at http://localhost:1234
🚨  /Users/Junfeng/ZhimoProjects/wx-manager-react/index.jsx:5:19: Cannot resolve dependency 'styled-reboot'
  3 | import ReactDOM from "react-dom";
  4 | import { injectGlobal } from "styled-components";
> 5 | import reboot from "styled-reboot";
    |                    ^
  6 | import App from "./src/App";
  7 |
  8 | const options = {
commented

Hi,
I just published a new version after merging the PR from @mikl , can you check if it fix your issue?

Thanks,
Alex