Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum configuration for module resolution? #2

Open
mercmobily opened this issue Jan 15, 2021 · 0 comments
Open

Minimum configuration for module resolution? #2

mercmobily opened this issue Jan 15, 2021 · 0 comments

Comments

@mercmobily
Copy link

I have code like this:

/* Loaded modules -- start */
import { LitElement, css } from 'lit-element'
import { AppElement } from './AppElement.js'
import { RoutingPageMixin } from 'routify/lit/RoutingPageMixin'
/* Loaded modules -- end */

export class RoutedElement extends RoutingPageMixin(AppElement) {
}

All I need, is translate that 'lit-element' into 'node_modules/lit-element' .
Is this something this module does?
What is the minimum configuration to make this happen?

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

No branches or pull requests

1 participant