Skip to content
Merged
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
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ module.exports = (env, argv) => {

// Define a variable so the i18n stuff can load
"$webapp": path.resolve(__dirname, "webapp"),

// Make shared-components imports resolve to EW counterpart
"counterpart": path.resolve(__dirname, "node_modules/counterpart"),
},
fallback: {
// Mock out the NodeFS module: The opus decoder imports this wrongly.
Expand Down
Loading