This commit is contained in:
Tommy Parnell
2017-12-17 01:20:34 -05:00
parent c73bad9053
commit eb871bd6dd
4 changed files with 24 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
rules: [
// All files with a '.ts' or '.tsx' extension will be handled by 'awesome-typescript-loader'.
{ 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" },
{