mirror of
https://github.com/discourse/discourse.git
synced 2025-03-30 18:35:41 +08:00
DEV: Enable sourcemaps in production under Embroider (#23466)
This commit is contained in:
parent
206969e49d
commit
754cd9cd22
@ -199,6 +199,7 @@ module.exports = function (defaults) {
|
||||
extraPublicTrees,
|
||||
packagerOptions: {
|
||||
webpackConfig: {
|
||||
devtool: "source-map",
|
||||
externals: [
|
||||
function ({ request }, callback) {
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user