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?
I have code like this:
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?