change to lit-html

This commit is contained in:
Fran Jurmanović
2021-06-11 18:30:01 +02:00
parent f03d407590
commit 47f6207798
28 changed files with 38 additions and 29 deletions

View File

@@ -62,7 +62,7 @@ module.exports = (env, args) => {
module: {
rules: [
{
test: /\.(js|ts)?$/,
test: /\.(js|ts)x?$/,
exclude: /node_modules/,
use: {
loader: 'babel-loader'
@@ -106,7 +106,7 @@ module.exports = (env, args) => {
}),
],
resolve: {
extensions: ['.js', '.ts'],
extensions: ['.js', '.ts', '.jsx', '.tsx'],
alias: alias
},
devServer: {