initial problems panel

This commit is contained in:
Alexander Zobnin
2018-12-01 16:39:43 +03:00
parent e36336864a
commit 0b626898bb
14 changed files with 1769 additions and 21 deletions

View File

@@ -53,7 +53,7 @@ module.exports = {
ExtractTextPluginDark,
],
resolve: {
extensions: [".js", ".html", ".scss"]
extensions: [".js", ".ts", ".tsx", ".html", ".scss"]
},
module: {
rules: [
@@ -67,6 +67,13 @@ module.exports = {
}
}
},
{
test: /\.tsx?$/,
exclude: /node_modules|external/,
loaders: [
"ts-loader"
],
},
{
test: /\.html$/,
use: {