mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
change to lit-html
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user