Skip to content

Commit

Permalink
build without app subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Jan 31, 2024
1 parent a24727d commit b3864b4
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 14 deletions.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/chord-chart-studio/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-EGKBT2J600');</script><link rel="icon" href="app/favicon.png"><script defer="defer" src="app/vendors.654483bc9469d682fc7c.js"></script><script defer="defer" src="app/main.654483bc9469d682fc7c.js"></script><link href="app/css/main.654483bc9469d682fc7c.css" rel="stylesheet"></head><body><div id="app" class="theme-dark"></div></body></html>
gtag('config', 'G-EGKBT2J600');</script><link rel="icon" href="favicon.png"><script defer="defer" src="vendors.99948aaa068d066cd116.js"></script><script defer="defer" src="main.99948aaa068d066cd116.js"></script><link href="css/main.99948aaa068d066cd116.css" rel="stylesheet"></head><body><div id="app" class="theme-dark"></div></body></html>

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */

/*! @license DOMPurify 3.0.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.8/LICENSE */
/*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */

/*! Universal Router | MIT License | https://www.kriasoft.com/universal-router/ */

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/chord-chart-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"scripts": {
"audit": "npm audit",
"build": "npm run format && npm run lint && npm run test && npm run version && npm run bundle && npm run size && npm run sloc",
"bundle": "webpack --config webpack.prod.js",
"bundle": "npx webpack --config webpack.prod.js",
"dev": "npx webpack serve --config webpack.dev.js",
"format": "prettier --write \"**/*.{js,jsx,json,ts,md,scss,css}\"",
"lint": "eslint src tests",
Expand Down

0 comments on commit b3864b4

Please sign in to comment.