Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Jan 10, 2023
1 parent a14f158 commit 6b67a73
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/bundle/Resources/encore/ibexa.config.setup.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const path = require("path");
const path = require('path');

module.exports = (Encore) => {
Encore.addAliases({
"@react-dom": path.resolve(
"./public/bundles/ibexaadminuiassets/vendors/react-dom"
),
"@ibexa-admin-ui-assets": path.resolve("./vendor/ibexa/admin-ui-assets"),
});
Encore.addAliases({
'@react-dom': path.resolve('./public/bundles/ibexaadminuiassets/vendors/react-dom'),
'@ibexa-admin-ui-assets': path.resolve('./vendor/ibexa/admin-ui-assets'),
});
};

0 comments on commit 6b67a73

Please sign in to comment.