-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the bug A clear and concise description of what the bug is.
This module is not being transpiled to a distributable that can be used easily. There are two problems I'm running into with webpack.
- There is an
import React from 'react';statement inindex.js. - It is compiled to ES6+ language level and requires babel to transpile it.
Is it possible to create a dist that is ES5 compatible?
To Reproduce Steps to reproduce the behavior:
- import the module in code
- bundle with webpack/babel
- failures unless this module is specifically included
Expected behavior A clear and concise description of what you expected to happen.
Should be able to include this in a webpack build with no additional configuration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request