8000 GitHub · Where software is built
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Type doesn't match built output #86
Open
@fa93hws

Description

@fa93hws

In the built dist we have

module.exports = WebpackBarPlugin;

in webpackbar.js, which means it should be imported as

import * as WebpackBar from 'webpackbar';

However, in generated type, it is declared as

export default WebpackBarPlugin;

which assumes it is imported as

import Webpackbar from 'webpackbar'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0