Skip to content

Commit

Permalink
Update frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
vin0401 committed May 13, 2024
1 parent beeb5f8 commit 9c82a6d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "encore dev && npm run dev-sdk",
"dev-sdk": "encore dev --config webpack.sdk.config && tsc-alias",
"watch": "encore dev --watch",
"build": "encore production && npm run build-sdk",
"build": "npm run build-vendor && npm run build-core-dll && encore production && npm run build-sdk",
"build-sdk": "encore production --config webpack.sdk.config && tsc-alias",
"build-vendor": "encore production --config webpack.vendor.config",
"build-core-dll": "encore production --config webpack.core-dll.config",
Expand Down
3 changes: 1 addition & 2 deletions public/build/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"entrypoints": {
"main": {
"js": [
"http://localhost:3030/build/vendors-node_modules_webpack-dev-server_client_index_js_protocol_ws_3A_hostname_0_0_0_0_port_-0102f2.js",
"http://localhost:3030/build/main.js"
"/bundles/pimcorestudioui/build/main.b7052a54.js"
]
}
}
Expand Down
2 changes: 2 additions & 0 deletions public/build/main.b7052a54.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions public/build/main.b7052a54.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*!
*
* /**
* * Pimcore
* *
* * This source file is available under two different licenses:
* * - Pimcore Open Core License (POCL)
* * - Pimcore Commercial License (PCL)
* * Full copyright and license information is available in
* * LICENSE.md which is distributed with this source code.
* *
* * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* * @license https://github.com/pimcore/studio-ui-bundle/blob/1.x/LICENSE.md POCL and PCL
* * /
*
*/
3 changes: 1 addition & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"build/main.js": "http://localhost:3030/build/main.js",
"build/vendors-node_modules_webpack-dev-server_client_index_js_protocol_ws_3A_hostname_0_0_0_0_port_-0102f2.js": "http://localhost:3030/build/vendors-node_modules_webpack-dev-server_client_index_js_protocol_ws_3A_hostname_0_0_0_0_port_-0102f2.js"
"bundles/pimcorestudioui/build/main.js": "/bundles/pimcorestudioui/build/main.b7052a54.js"
}

0 comments on commit 9c82a6d

Please sign in to comment.