Galooshi / import-js

A tool to simplify importing JS modules
MIT License
525 stars 55 forks source link

import styled from 'styled-components'; ? #511

Closed zirho closed 6 years ago

zirho commented 6 years ago

Hi there,

I was trying to figure out how I can do import styled from 'styled-components'; I tried many ways and could not figure it out.

  aliases: {
    styled: 'styled-components',
  },

Please help.

Thanks!

rivertam commented 6 years ago

You have to use styled: 'node_modules/styled-components'. The docs could definitely be clearer on this, as I wrestled with this myself a couple weeks ago.

zirho commented 6 years ago

thank you!