Switch to nosource-source-map for dist builds

This commit is contained in:
Kyle Shockey
2017-10-19 22:47:44 -07:00
parent b873ee78d4
commit dccc9cfc36
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ let rules = [
name: "[name].js"
}
},
{ loader: "babel-loader" }
{ loader: "babel-loader?retainLines=true" }
]
}
]