mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Disabled babel sourcemaps in admin build (#18858)
no issue
- Reverting
a96224a152
because it didn't help but made admin builds slower
This commit is contained in:
parent
a96224a152
commit
cbba26dccd
@ -83,8 +83,7 @@ module.exports = function (defaults) {
|
||||
babel: {
|
||||
plugins: [
|
||||
require.resolve('babel-plugin-transform-react-jsx')
|
||||
],
|
||||
sourceMaps: true
|
||||
]
|
||||
},
|
||||
'ember-cli-babel': {
|
||||
optional: ['es6.spec.symbols'],
|
||||
|
Loading…
Reference in New Issue
Block a user