Skip to content

Commit

Permalink
feat(scan): add items count, add Screenshot one page, update reports …
Browse files Browse the repository at this point in the history
…in while scanning
  • Loading branch information
popstas committed Dec 24, 2023
1 parent 489ee95 commit 1a221b1
Show file tree
Hide file tree
Showing 6 changed files with 505 additions and 387 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin';
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;

module.exports = {
ssr: false,
Expand Down Expand Up @@ -79,6 +80,9 @@ module.exports = {
** Build configuration
*/
build: {
plugins: [
new BundleAnalyzerPlugin(),
],
/*plugins: [
new MonacoWebpackPlugin({
languages: ['json']
Expand Down
Loading

0 comments on commit 1a221b1

Please sign in to comment.