Skip to content

Commit

Permalink
Merge pull request #7 from zakkudo/disableBabelMinification
Browse files Browse the repository at this point in the history
Disable babel minification
  • Loading branch information
zakkudo committed Sep 30, 2018
2 parents f043a16 + 01827d3 commit df8dbd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"@zakkudo/url": "^0.0.16",
"@zakkudo/url": "^0.0.17",
"immutable": "^3.8.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ module.exports = {
["@babel/transform-runtime", {"corejs": 2}],
"transform-undefined-to-void"
],
minified: true,
minified: false, // When enabled, makes debuggers confused even with source maps
comments: false
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -556,18 +556,18 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@zakkudo/query-string@^0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@zakkudo/query-string/-/query-string-0.0.14.tgz#4923d74dbf4366537453886d071ba3e91c63c6b9"
"@zakkudo/query-string@^0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@zakkudo/query-string/-/query-string-0.0.15.tgz#716e9125dadc32d3793f6213c7288f085c39314d"
dependencies:
"@babel/runtime-corejs2" "^7.0.0"

"@zakkudo/url@^0.0.16":
version "0.0.16"
resolved "https://registry.yarnpkg.com/@zakkudo/url/-/url-0.0.16.tgz#86ad93f3544bd60dff0ca0311f3a317c38b85774"
"@zakkudo/url@^0.0.17":
version "0.0.17"
resolved "https://registry.yarnpkg.com/@zakkudo/url/-/url-0.0.17.tgz#2d0beeef2848add9a9fa469f4c8070800845b6d0"
dependencies:
"@babel/runtime-corejs2" "^7.0.0"
"@zakkudo/query-string" "^0.0.14"
"@zakkudo/query-string" "^0.0.15"

abab@^1.0.4:
version "1.0.4"
Expand Down

0 comments on commit df8dbd8

Please sign in to comment.