Make WordPress Core

Changeset 46158


Ignore:
Timestamp:
09/17/2019 05:26:38 PM (5 years ago)
Author:
adamsilverstein
Message:

Build/Test Tools: fix source map loading in Firefox.

Fix an issue that prevented source maps from loading correctly in Firefox developer tools. Matches a fix introduced in Gutenberg build in PR:17024.

Props pierlo, andraganescu.
Fixes #47870.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/webpack/packages.js

    r44960 r46158  
    208208        }, {} ),
    209209        output: {
     210            devtoolNamespace: 'wp',
    210211            filename: `[basename]${ suffix }.js`,
    211212            path: join( baseDir, `${ buildTarget }/js/dist` ),
Note: See TracChangeset for help on using the changeset viewer.