Skip to content

Commit

Permalink
Merge pull request #8093 from jrjohnson/embroider-sourcemaps
Browse files Browse the repository at this point in the history
Enable Sourcemaps for Embroider
  • Loading branch information
dartajax authored Aug 23, 2024
2 parents f369811 + f712af3 commit 2e745c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/frontend/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ module.exports = async function (defaults) {
fingerprint: {
extensions: broccoliAssetRevDefaults.extensions.concat(['webmanifest', 'svg']),
},
sourcemaps: {
enabled: true,
},
emberData: {
compatWith: '5.2',
},
Expand Down Expand Up @@ -107,6 +104,7 @@ module.exports = async function (defaults) {
packagerOptions: {
webpackConfig: {
plugins: [new RetryChunkLoadPlugin() /*, new BundleAnalyzerPlugin()*/],
devtool: 'source-map',
optimization: {
minimize: true,
minimizer: [
Expand Down

0 comments on commit 2e745c7

Please sign in to comment.