mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 17:35:47 +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,
|
extraPublicTrees,
|
||||||
packagerOptions: {
|
packagerOptions: {
|
||||||
webpackConfig: {
|
webpackConfig: {
|
||||||
|
devtool: "source-map",
|
||||||
externals: [
|
externals: [
|
||||||
function ({ request }, callback) {
|
function ({ request }, callback) {
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user