Feat/show page metadata (#2234)
* Fix view fetch bug * Finished types * Removed console.log * Fixed todo * Working Object Show Page * Minor fixes * Fix custom object requests pending (#2240) * Fix custom object requests pending * fix typo * Fix various bugs * Typo * Fix * Fix * Fix --------- Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
@ -22,6 +22,20 @@ module.exports = {
|
||||
'@': path.resolve(__dirname, 'src/modules'),
|
||||
'@testing': path.resolve(__dirname, 'src/testing'),
|
||||
},
|
||||
mode: 'extends',
|
||||
// TODO: remove this workaround by resolving source map errors with @sniptt/guards
|
||||
configure: {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
enforce: "pre",
|
||||
use: ["source-map-loader"],
|
||||
},
|
||||
],
|
||||
},
|
||||
ignoreWarnings: [/Failed to parse source map/],
|
||||
},
|
||||
},
|
||||
jest: {
|
||||
configure: {
|
||||
|
||||
Reference in New Issue
Block a user