initial commit

This commit is contained in:
August Skare
2018-10-18 13:28:44 +02:00
parent c616b53c9c
commit b158a6d722
55 changed files with 1223 additions and 1020 deletions

View File

@@ -48,6 +48,10 @@ const config = {
test: /\.css$/,
loaders: ['style-loader', 'css-loader'],
},
{
test: /\.svg$/,
loaders: ['react-svg-loader'],
},
],
},
optimization: {
@@ -60,6 +64,8 @@ const config = {
devServer: {
port: 3572,
disableHostCheck: true,
overlay: true,
historyApiFallback: true,
},
};