UNPKG

babel-plugin-picture-import-replacer

Version:

Babel plugin for transforming picture import into variable contains src and srcSet

20 lines (11 loc) 217 B
import React from 'react' // resolve picture x2 import logo from './images/logo.png' // resolve picture x2 x3 import icon from './images/icon.png' class Page { constructor() { this.state = { } } }