mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Removing js map from react bootstrap to make safari happy.
Adding babel runtime to build process because Safari hasen't gotten with the program yet.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"keymirror": "0.1.1",
|
||||
"object-assign": "3.0.0",
|
||||
"react-zeroclipboard-mixin": "0.1.0",
|
||||
"twemoji": "1.4.1"
|
||||
"twemoji": "1.4.1",
|
||||
"babel-runtime": "5.8.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "11.0.1",
|
||||
@@ -26,8 +27,8 @@
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"babelify",
|
||||
"envify"
|
||||
["babelify", { "optional": ["runtime"] }],
|
||||
"envify"
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
|
||||
1
web/static/js/react-bootstrap-0.25.1.min.js
vendored
1
web/static/js/react-bootstrap-0.25.1.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user