babel-plugin-qubic

0.0.6 • Public • Published

babel-plugin-qubic

  • npm i --save-dev babel-plugin-qubic
  • plugins: ["babel-plugin-qubic"]

Why? Will aggressively tree shake your imports from qubic's separate tree shaking distribution.
will change import { Button } from "qubic" to import { Button } from "qubic/dist/export/button"
and all other exports.

Can handle any numbers of exports. Will error if it detects import * as XYZ from "qubic" syntax.

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-qubic

Weekly Downloads

12

Version

0.0.6

License

MIT

Unpacked Size

5.45 kB

Total Files

9

Last publish

Collaborators

  • shanonjacksonnz