Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,14 +409,13 @@ module.exports = function (webpackEnv) {
},
],
],

plugins: [
// CODETRIBUTE: use decorators
[
require.resolve('@babel/plugin-proposal-decorators'),
{ legacy: true },
],
require.resolve('@babel/plugin-proposal-class-properties'),
[
require.resolve('babel-plugin-named-asset-import'),
{
Expand Down Expand Up @@ -460,7 +459,7 @@ module.exports = function (webpackEnv) {
cacheDirectory: true,
// See #6846 for context on why cacheCompression is disabled
cacheCompression: false,

// Babel sourcemaps are needed for debugging into node_modules
// code. Without the options below, debuggers like VSCode
// show incorrect code and set breakpoints on the wrong lines.
Expand Down
Loading
Loading