Skip to content

Commit

Permalink
[dev] yarn.lock, sourcemaps for production
Browse files Browse the repository at this point in the history
  • Loading branch information
kullias committed Oct 18, 2018
1 parent 2d84129 commit e95ed55
Show file tree
Hide file tree
Showing 3 changed files with 5,183 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,3 @@ codebase/
node_modules/
*.log
dist/
*.lock
3 changes: 3 additions & 0 deletions webpack.config.js
Expand Up @@ -69,6 +69,9 @@ module.exports = function(env) {
if (!production){
config.devtool = "inline-source-map";
}
else {
config.devtool = "source-map";
}

if (asmodule){
if (!standalone){
Expand Down

0 comments on commit e95ed55

Please sign in to comment.