mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +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: {
|
babel: {
|
||||||
plugins: [
|
plugins: [
|
||||||
require.resolve('babel-plugin-transform-react-jsx')
|
require.resolve('babel-plugin-transform-react-jsx')
|
||||||
],
|
]
|
||||||
sourceMaps: true
|
|
||||||
},
|
},
|
||||||
'ember-cli-babel': {
|
'ember-cli-babel': {
|
||||||
optional: ['es6.spec.symbols'],
|
optional: ['es6.spec.symbols'],
|
||||||
|
Loading…
Reference in New Issue
Block a user