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

Support inline module scripts #1

Open
LarsDenBakker opened this issue Jan 27, 2019 · 3 comments
Open

Support inline module scripts #1

LarsDenBakker opened this issue Jan 27, 2019 · 3 comments

Comments

@LarsDenBakker
Copy link

Currently imports inline module scripts are not resolved:

<html>
  <head>
    <script type="module">
      import { html } from 'lit-html';
    </script>
  </head>
  <body></body>
</html>
@LarsDenBakker
Copy link
Author

I probably will :) We're using this as part of our dev server: https://open-wc.org/developing/owc-dev-server.html

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

2 participants
@LarsDenBakker and others