Skip to content

Commit

Permalink
After CR
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Nov 21, 2024
1 parent 3896a25 commit 20922a8
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ibexa/commerce/5.0/encore/ibexa.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = (Encore) => {
})
.enableSassLoader()
.enableTypeScriptLoader((tsConfig) => {
tsConfig.configFile = path.resolve(__dirname, 'ibexa.tsconfig.custom.json');
tsConfig.configFile = path.resolve(__dirname, 'ibexa.tsconfig.json');
})
.enableReactPreset()
.enableSingleRuntimeChunk();
Expand Down
2 changes: 1 addition & 1 deletion ibexa/experience/5.0/encore/ibexa.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = (Encore) => {
})
.enableSassLoader()
.enableTypeScriptLoader((tsConfig) => {
tsConfig.configFile = path.resolve(__dirname, 'ibexa.tsconfig.custom.json');
tsConfig.configFile = path.resolve(__dirname, 'ibexa.tsconfig.json');
})
.enableReactPreset()
.enableSingleRuntimeChunk();
Expand Down
2 changes: 1 addition & 1 deletion ibexa/headless/5.0/encore/ibexa.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = (Encore) => {
})
.enableSassLoader()
.enableTypeScriptLoader((tsConfig) => {
tsConfig.configFile = path.resolve(__dirname, 'ibexa.tsconfig.custom.json');
tsConfig.configFile = path.resolve(__dirname, 'ibexa.tsconfig.json');
})
.enableReactPreset()
.enableSingleRuntimeChunk();
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ibexa/oss/5.0/encore/ibexa.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = (Encore) => {
})
.enableSassLoader()
.enableTypeScriptLoader((tsConfig) => {
tsConfig.configFile = path.resolve(__dirname, 'ibexa.tsconfig.custom.json');
tsConfig.configFile = path.resolve(__dirname, 'ibexa.tsconfig.json');
})
.enableReactPreset()
.enableSingleRuntimeChunk();
Expand Down

0 comments on commit 20922a8

Please sign in to comment.