Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Avoid transpiling upstream dependencies #183

Open
ivankruchkoff opened this issue Apr 13, 2020 · 1 comment
Open

Avoid transpiling upstream dependencies #183

ivankruchkoff opened this issue Apr 13, 2020 · 1 comment

Comments

@ivankruchkoff
Copy link

Upstream 10up dependencies such as https://www.npmjs.com/package/@10up/component-accordion should provide their own javascript that doesn't require transpiling (the repository linked does, however due to a bug in their package json, the entry point is the source file not the compiled file).

This will avoid having to use webpack to transpile third party modules as we do in 883b6ed

This issue is to track reverting the change so that we don't compile third party modules.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant