Buslowicz / twc

TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
32 stars 1 forks source link

Importing scripts produces wrong src output tag #111

Closed tpluscode closed 6 years ago

tpluscode commented 6 years ago

In my code I import a script as described in the readme

import './libs/index.js'

The output includes an unnecessary .html suffix:

<script src="./libs/index.js.html"></script>
Buslowicz commented 6 years ago

Fixed in 0.4.4-rc.