Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 13, 2023
1 parent a0becce commit 164831c
Show file tree
Hide file tree
Showing 5 changed files with 1,087 additions and 1,052 deletions.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/JBrowseR.js

Large diffs are not rendered by default.

16 changes: 3 additions & 13 deletions inst/htmlwidgets/JBrowseR.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,12 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! @license DOMPurify 3.0.3 | (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.3/LICENSE */
/*! @license DOMPurify 3.0.5 | (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.5/LICENSE */

/*! https://mths.be/punycode v1.3.2 by @mathias */
/*! https://mths.be/punycode v1.4.1 by @mathias */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! load-script2. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
Expand Down Expand Up @@ -121,14 +119,6 @@ PERFORMANCE OF THIS SOFTWARE.
* SPDX-License-Identifier: Apache-2.0
*/

/**
* @mui/material v5.13.3
*
* @license MIT
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @mui/styled-engine v5.13.2
*
Expand All @@ -138,7 +128,7 @@ PERFORMANCE OF THIS SOFTWARE.
*/

/**
* @mui/x-data-grid v6.6.0
* @mui/x-data-grid v6.9.2
*
* @license MIT
* This source code is licensed under the MIT license found in the
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"babel-loader": "^9.1.2",
"compression-webpack-plugin": "^10.0.0",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const webpack = require('webpack')

module.exports = {
mode: 'production',
entry: ['@babel/polyfill', path.join(__dirname, 'srcjs', 'JBrowseR.jsx')],
entry: [path.join(__dirname, 'srcjs', 'JBrowseR.jsx')],
output: {
path: path.join(__dirname, 'inst/htmlwidgets'),
filename: 'JBrowseR.js',
Expand Down
Loading

0 comments on commit 164831c

Please sign in to comment.