stopping for now

This commit is contained in:
Tommy Parnell
2017-12-16 16:57:45 -05:00
parent db367dece2
commit c73bad9053
15 changed files with 2670 additions and 18 deletions

View File

@@ -19,7 +19,11 @@ module.exports = {
{ test: /\.tsx?$/, loader: "awesome-typescript-loader" },
// All output '.js' files will have any sourcemaps re-processed by 'source-map-loader'.
{ enforce: "pre", test: /\.js$/, loader: "source-map-loader" }
{ enforce: "pre", test: /\.js$/, loader: "source-map-loader" },
{
test: /\.css$/,
use: ['style-loader', 'css-loader' ]
}
]
},