-
Notifications
You must be signed in to change notification settings - Fork 81
Update "Add entry to the Webpack configuration" for 5.0 #2895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
adriendupuis
wants to merge
25
commits into
5.0
Choose a base branch
from
update-5.0-webpack.config.js
base: 5.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
fc09d8c
webpack.config.js: Update paths
adriendupuis ccbeb83
Update webpack.config.js for 5.0
adriendupuis cfe8ef5
Update webpack.config.js for 5.0
adriendupuis 16f9f67
Update webpack.config.js for 5.0
adriendupuis db84621
Update append_to_webpack.config.js for 5.0
adriendupuis eeb8a16
Merge branch '5.0' into update-5.0-webpack.config.js
adriendupuis 1aa1070
add_browser_tab.md: Update Webpack Ibexa config usage
adriendupuis 3f6b255
Apply suggestion from @adriendupuis
adriendupuis 5d32bf2
extend_image_editor.md: module.exports
adriendupuis 9fefad8
`webpack.config.js` usage update
adriendupuis 46de051
`webpack.config.js` usage update (js instead of diff)
adriendupuis 0541629
customize_search_suggestion.md: module.exports
adriendupuis 67853e5
image_editor/…/webpack.config.js format
adriendupuis b6e31a3
custom_form_attribute/…/webpack.config.js update
adriendupuis 9be4915
ai_actions/webpack.config.js update
adriendupuis 0bfabd0
Update importing_assets_from_bundle.md
adriendupuis b723589
importing_assets_from_bundle.md: convert tabs into 4 spaces
adriendupuis dc72a37
update_to_5.0.md: month_change: true
adriendupuis 87038e3
add_browser_tab.md: include_file -> include_code
adriendupuis b35a58d
update_to_5.0.md: Fix Multiple consecutive blank lines
adriendupuis 85646dc
Remove ./ibexa.webpack.config.manager.js
adriendupuis e6c5aa0
subitems_list.md: Update ibexaConfigManager & ibexaConfig
adriendupuis 66a1262
update_to_5.0.md: Format
adriendupuis d22d370
update_to_5.0.md: Format
adriendupuis 7e71dda
update_to_5.0.md: Fix typo
adriendupuis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,11 @@ | ||
| const ibexaConfigManager = require('./ibexa.webpack.config.manager.js'); | ||
| const ibexaConfigManager = require('@ibexa/frontend-config/webpack-config/manager'); | ||
| const getIbexaConfig = require('@ibexa/frontend-config/webpack-config/ibexa'); | ||
| const ibexaConfig = getIbexaConfig(); | ||
|
|
||
| ibexaConfigManager.add({ | ||
| ibexaConfig, | ||
| entryName: 'ibexa-admin-ui-layout-js', | ||
| newItems: [path.resolve(__dirname, './assets/js/admin.search.autocomplete.product.js')], | ||
| }); | ||
|
|
||
| module.exports = [ibexaConfig, ...customConfigs, projectConfig]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.