Explore WIP

This commit is contained in:
David Kaltschmidt
2018-04-26 11:58:42 +02:00
parent 1dd4f03100
commit f1220fd2a4
31 changed files with 3685 additions and 1613 deletions

View File

@@ -71,6 +71,7 @@ module.exports = merge(common, {
loader: 'babel-loader',
options: {
plugins: [
'syntax-dynamic-import',
'react-hot-loader/babel',
],
},

View File

@@ -36,7 +36,12 @@ module.exports = merge(common, {
test: /\.tsx?$/,
exclude: /node_modules/,
use: [
{ loader: "awesome-typescript-loader" }
{
loader: 'awesome-typescript-loader',
options: {
errorsAsWarnings: false,
},
},
]
},
require('./sass.rule.js')({