Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jul 29, 2021
1 parent 5724a62 commit 6523575
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
"url": "git@github.com:eea/volto-forests-theme.git"
},
"dependencies": {
"@eeacms/volto-plotlycharts": "*",
"@eeacms/volto-addons-forest": "0.1.1",
"raven-js": "3.27.2",
"react-highlight-words": "^0.16.0",
"react-image-gallery": "1.0.8",
"react-lazy-load-image-component": "^1.5.0",
"react-stickynode": "^2.1.1",
"react-toastify": "^5.3.2",
"volto-slate": "2.8.3",
"webpack-bundle-analyzer": "^3.6.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.5",
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer');

module.exports = function myRazzlePlugin(config, env, webpack, options) {
const { target, dev } = env;
const { dev } = env;

const stats = `bundle-stats-${target}`.json;
const report = `bundle-stats-${target}`.html;
//const stats = `bundle-stats-${target}`.json;
// report = `bundle-stats-${target}`.html;

const webpackConfig = !dev
? {
Expand Down

0 comments on commit 6523575

Please sign in to comment.